Reputation: 746
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:
So when I choose the Nexus Virtual Device nothing happens and this is what i got:
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
Upvotes: 6
Views: 1358
Reputation: 27
The correct type of emulator needs to be downloaded based on the processor for your host machine. Install the correct one and try again. For example, Intel or AMD
*I recall having a similar issue in the past while using Android Studio
Upvotes: 0
Reputation: 310
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 :)
Upvotes: 3