6

I've searched all over the web for the past 3 days and can't seem to find a solution. I've done everything mentioned in this post:

Android emulator not showing in Visual Studio

It seems all the 'working' solutions to this problem has been stated in what this guy says he did in his original post, including restarting ADB server (kill and start), restarting my computer, reinstalling emulator and HAMX, installing and running as an admin, changing the timeout delay, reinstalling almost everything, making sure my emulator is installed, etc.

It keeps saying Gradle build finished in 475ms, etc and then waiting for target device to come online for like 5-10 minutes and nothing happens. No emulator shows up. I can't seem to find the solution to this and I am on the verge of giving up, I really need Android Studio to work so I can start on my app.

Can I please get some guidance with this?

If it's relevant, I'm using a Mac.

Zoe
  • 27,060
  • 21
  • 118
  • 148
BigDreamz
  • 816
  • 1
  • 7
  • 9

4 Answers4

4

Have you tried this. Go to the emulator settings and set the Graphics Emulation mode to Software GLES. The default mode will be automatic. I am not sure how it works, but that worked for me on two Linux machines. Being software emulation, the performance of the emulator will not be as good as when using hardware graphics. It seems to be a bug with the SDK.

enter image description here

Ajith M A
  • 3,838
  • 3
  • 32
  • 55
1

For me the only thing that worked in macos was to disable docker before starting Studio.

Unheilig
  • 16,196
  • 193
  • 68
  • 98
user2074803
  • 23
  • 1
  • 4
1

Wipe the data of your Android virtual Device and then start the emulator.

gouri panda
  • 312
  • 2
  • 11
0

I was using Android studio 4.2 and faced this issue.

No Solutions worked for me so I just erased android studio files. Updated to Android Studio Arctic Fox. Link to remove android studio files from mac : How to completely uninstall Android Studio on Mac? For Windows : How to completely uninstall Android Studio from windows(v10)?

Deep Dave
  • 159
  • 1
  • 8