Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

emulator not showing up on android studio

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.

like image 876
BigDreamz Avatar asked Aug 26 '17 01:08

BigDreamz


1 Answers

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

like image 62
Ajith Memana Avatar answered Sep 29 '22 09:09

Ajith Memana