I have an Android studio installation on my Ubuntu computer, and now when I try to run the emulator, it throws an exception, for example:
Unable to start AVD in emulator.
Exit:
PANIC: Could not find Nexus_S_API_21.ini File in $ ANDROID_AVD_HOME $, and not in $ HOME. / Android / avd
So when I do this:
echo $ANDROID_AVD_HOME
It shows empty, which means that this path is not set, and when $HOME is my /home/user
So when I go into /home/user/.android/avd , there really is no .ini file. So, I'm confused when I create a virtual device, where does it go? How can I find a way to create virtual devices and, if possible, how to change the way to create virtual devices?
source share