0

When I start an emulator from Android studio, it closes immediately and it shows these messages in the Android studio event log

Previously, I had Genymotion installed, but the problem still occurs after I have successfully removed it (along with Virtual Box) from my computer.

I have VMware on my computer, but this was never a problem for successfully running an Android Emulator.

I have tried all of the proposed solutions on the internet (including reinstall of Android studio, update HAXM...), but nothing works.

David
  • 11
  • 4

3 Answers3

0

Check what 'adb devices' shows you. Seems like you still have some parallel instance running

Alex Kolo
  • 243
  • 3
  • 14
  • 'adb devices' shows an empty List of devices attached – David Jun 28 '19 at 09:14
  • Have you seen https://stackoverflow.com/questions/53651779/error-launching-the-android-project-on-emulatorapi-28-on-windows ? – Alex Kolo Jun 28 '19 at 12:38
  • 1
    Yes I have tried this. The Microphone permission is enabled (still does not solve the problem). Anyway, as one of the comments on the post you've shared says: 'This doesn't seem to work anymore since 1809 (may 2019). Android Studio isn't in the authorized application list...' – David Jun 28 '19 at 12:57
0

Maybe it is due to the fact that your pc doesn't have much memory or disk space to run android emulator.Please check this if it helps.

karan sandhu
  • 171
  • 6
0

May be it depends on your computer features.After you open a place where android studio is set up,everything might be okey

Enes Zor
  • 973
  • 8
  • 14