Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find INI file in $ANDROID_AVD_HOME nor in $HOME/.android/avd

I cannot start a virtual devices on android SDK when I press the start button on AVD manager, this error shows on my screen:

Starting emulator for AVD 'AVD_for_Galaxy_Nexus_by_Google' PANIC: Could not find AVD_for_Galaxy_Nexus_by_Google.ini file in   $ANDROID_AVD_HOME nor in $HOME/.android/avd"! 

Here is the screen shot:

screen shoot

like image 800
ass-king some questions Avatar asked Dec 18 '14 01:12

ass-king some questions


1 Answers

You'll just have to set the ANDROID_AVD_HOME environment variable and restart Android Studio.

like image 191
timarcosdias Avatar answered Sep 16 '22 23:09

timarcosdias