Cannot start AVD on Android Studio 2.3

I am using Android Studio 2.3.1 on my Ubuntu17 system and I am new to Android development.
So when I wanted to test my first code on AVD, I got this screen:
enter image description here

Therefore, when I select a Nexus virtual device, nothing happens, and this is what I got:
enter image description here

Nothing happens and I always see a message:

Waiting to connect target device.

And after some time I received this message:

Error while waiting for the device: it will expire after 300 seconds, waiting for the emulator to exit.

Of course, I turned on ADB integration.

Please help solve this problem.

+5
source share
1 answer

I highly recommend that you do not use AS AVD, instead install Genymotion for free in your file> Settings> Plugins, then search for Genymotion and install. But sometimes Virtual Device is not accurate in your DPI phones. Then you have to create or test your application using a real device :) just sayin

+3
source

Source: https://habr.com/ru/post/1266802/


All Articles