AVD not starting (no error message) AVD not starting (no error message) linux linux

AVD not starting (no error message)


Looks like android studio needed to install emulator when it was updated... I got this problem after updating android studio and it was solved by the installing the emulator from SDK manager


After the last update my emulator stopped working without throwing any error. I had to edit my .bashrc to set it to use the system libraries.

Open your .bashrc file by typing the following commands on terminal:

cd ~/gedit .bashrc

Add this line to the end of the fine:

export ANDROID_EMULATOR_USE_SYSTEM_LIBS=1

Restart the computer.

Edit: Instead of restarting you can also run source ~/.bashrc


Android emulator was not updated in my Android Studio. I went to SDK manager and installed the updated version from tools tab and then it started working.