problems with emulator

0

I am trying to program in Android Studio, but I am not able to make the emulator work, I already tried to use my phone, but the choose device does not recognize, but on other computers my phone is recognized and used, what I am doing wrong ?

    
asked by anonymous 10.05.2015 / 18:12

1 answer

0

Make sure your OS is x64, as google is kinda forcing developers to use this architecture to develop Android apps. Until a while ago, I ran avd through the terminal using this command: emulator -avd 'avd-name' (without quotes) --force-32bits

    
11.05.2015 / 02:34