Questions tagged as 'android-studio'

1
answer

Application Installation Failed

After using Android Studio for the first time on a mobile phone, I was not able to use the emulator normally. The message below appears. Anyone help me please? "Failed to establish session. It is possible that this issue is resolved by uninst...
asked by 25.01.2018 / 16:03
1
answer

Android Studio 3.0.1 Error: Gradle project sync failed. Basic functionality (eg editing, debugging) will not work properly [SOLUTION]

I installed Android studio 3.0.1 and tried to create the first application with the choice of an empty activity, but I get the message:    Synchronization of the Gradle project failed. Basic functionality (eg editing, debugging) will not work...
asked by 31.01.2018 / 16:34
0
answers

Android Studio Error - compiling app directly to device

I'm trying to run the command to compile an app from cmd to mobile, however I'm falling into an expection, I need help: The code I am running is react-native run-android Note: I installed my phone (I already left the usb debugging mode),...
asked by 27.01.2018 / 01:18
1
answer

my virtual device in android studio does not open my application

I was creating an application, and shortly after adding strings to some textviews I tried to do a test, I selected my virtual device, however, when the device started a white screen with the google symbol and a loading bar appeared, like of cour...
asked by 20.01.2018 / 13:04
0
answers

Android Studio emulator too slow / lag - Mac OS X High Sierra

Why is the Android emulator so slow or lazy on mac? It runs very slowly when I try to emulate the Nexus with Android Oreo. The most interesting thing is that the same does not happen when I emulate Android Wear. Does anyone know what to do to...
asked by 13.01.2018 / 13:04
0
answers

Error: method does not override or implement a method from a supertype

I have a project in Android Studio for a solution in the company where I'm working. The project has already been two years or so, and when I imported svn into the IDE I started having problems with the API versions, dependencies ... I changed...
asked by 12.01.2018 / 11:36
1
answer

Installing Android Studio on Windows 10

I'm having trouble trying to install Android Studio on Windows 10. After completing the installation the information on the screen appears in English (on the buttons) and in a confused language in other locations. Has anyone ever had this proble...
asked by 11.01.2018 / 18:51
0
answers

Error: Unable to merge dex

This error started to happen when I added the uCrop library. How to solve? apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion '26.0.2' defaultConfig { applicationId "br.vassisn2001.agendaescolar_onlin...
asked by 24.01.2018 / 16:23
0
answers

Android Studio error when in Build .apk -Multiple dex files define

I have an Android app completely made and tested. When I generate build apk I get the following error: Information:Gradle tasks [:app:assembleDebug] Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple d...
asked by 15.01.2018 / 01:30
1
answer

Android application that consumes WebService

I'm trying to create my first app to make use of a WebService, in that case I'm just trying to return some of the information via string and later I'll put each information in its proper component, I'm trying to use the coinmarketcap API to brin...
asked by 13.01.2018 / 01:22