Android Studio Emulator won't launch my app

When I try to run my app, Android Studio loads my emulator, but it says "Waiting for the device to appear online" forever, and then when I try to run my app with the emulator open, it says that my emulator is already running and it doesn't start my application. I've already tried to delete * .lock files and even tried to delete and create another emulator without success. Can anyone help me solve this problem? Thanks in advance.

+3


source to share


2 answers


You can try Genymotion, which is a very good emulator for Android software development. There was a huge perfermonce difference between the native emulator. The native emulator has caught it lately, but still Genymotion is better I think



0


source


Thanks to everyone who helped me with my problem. I resolved the problem to reinstall Android Studio again and create a new emulator.



0


source







All Articles