Android ubuntu HOME detected but could not find .ini file

When I try to start the emulator, I get the following message

PANIC: HOME is defined, but cannot find the test.ini file in $ HOME / .android / avd (Note: avd is searched in the order of $ ANDROID_AVD_HOME, $ ANDROID_SDK_HOME / .android / avd and $ HOME / .android / A)

And my emulator does not start.

I found a similar question about SO, however there was no answer, and the answer does not say how to fix the problem other than installing ANDROID_AVD_HOME environment variable

However, I am not sure how to do this.

So I hope one of you guys can help.

im using android studio on ubuntu 14.04

+4
source share
1 answer

I suggest you run the following command from the command line:

android avd

Android, ( ~/.android/avd). $ANDROID_AVD_HOME, .

, , .

android, ​​; , , .

+3

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


All Articles