Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't launch the AVD on the Android Studio 2.3

I'm using Android Studio 2.3.1 on my Ubuntu17 system and I'm newbie in Android developement.
So when I wanted to test my first code on the AVD I got this screen:
enter image description here

So when I choose the Nexus Virtual Device nothing happens and this is what i got:
enter image description here

Nothing happens and I see always the message:

Waiting for target device to come online.

And aftre a while I got this message:

Error while waiting for device: Timed out after 300seconds waiting for emulator to come online.

Of course I enabled ADB Integration.

Please any help for this problem

like image 652
Bourkadi Avatar asked Apr 17 '17 01:04

Bourkadi


1 Answers

I highly suggest that don't use AS AVD instead install Genymotion its free in your File > Settings > Plugins then search for Genymotion and install. But sometimes Virtual Device is not accurate in your phones DPI. Then you should build or test your application using a real device :)

like image 79
Android Mediocre Avatar answered Oct 17 '22 08:10

Android Mediocre