problems with emulator

Asked

Viewed 58 times

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?

  • Probably your computer is not recognizing your device with the Depuração USB, you already made the authorization?

  • I already activated, but I found that ADB drives are missing on my PC, I’ll download to see if it works

  • I always use this one: http://www.xda-developers.com/lightweight-adb-and-fastboot-installer/

1 answer

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

You are not signed in. Login or sign up in order to post.