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 ?
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 ?
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