0
I am trying to program in Android Studio, but I am not able to make the emulator work, I have tried to use my phone, but Choose device does not recognize, but in other computers my phone is recognized and is used, what I am doing wrong?
0
I am trying to program in Android Studio, but I am not able to make the emulator work, I have tried to use my phone, but Choose device does not recognize, but in other computers my phone is recognized and is used, what I am doing wrong?
0
Make sure your OS is x64, because google is kind of forcing developers to use this architecture to develop Android apps. Until a while ago, I was running Avd through the terminal using this command: Emulator -Avd 'name-Avd' (no quotes) -force-32bits
Browser other questions tagged android-studio
You are not signed in. Login or sign up in order to post.
Probably your computer is not recognizing your device with the
Depuração USB
, you already made the authorization?– Eduardo Silva
I already activated, but I found that ADB drives are missing on my PC, I’ll download to see if it works
– Roney Ferreira de Jesus
I always use this one: http://www.xda-developers.com/lightweight-adb-and-fastboot-installer/
– Eduardo Silva