
I really need to be able to test my app in the emulator as my inventory of physical devices is fairly limited. I tried checking it anyway, and that didn't help.
#WIPE EMULATOR DATA ANDROID MAC ANDROID#
This option doesn't exist in my copy of Android Studio, although I did some further research and found that it is now called "Use libusb backend" instead. I have also made sure that Developer mode is enabled in the emulated Android environment and "USB Debugging" is turned on.Īnother suggestion I saw was to un-check "Enable ADB Integration" in Android Studio.


I have of course tried restarting the emulator, restarting Android Studio, rebooting my computer, and wiping the data from the emulator. I see a message "Waiting for all target devices to come online", and that's it. However, Android Studio is never able to launch my app on it. When I press the "Run" button in Android Studio, the emulator opens and boots normally. I followed instructions carefully, and set up an arm64-based emulator running API 31. But I'm not able to run it on the Emulator.

My Android project compiles fine, and I can run it on a hardware device. I'm having a devil of a time using the Android Emulator on my new M1 Mac.
