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

前端 未结 10 1453
鱼传尺愫
鱼传尺愫 2020-12-25 12:16

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         


        
10条回答
  •  执笔经年
    2020-12-25 12:30

    I just encountered this problem again and realized that newer versions of Android Studio and SDK are placing AVDs along the following path for OSX:

    Users/yourUsername/Library/Android/sdk/.android/avd as opposed to the older practice of placing AVDs here: Users/yourUsername/.android/avd

    So, I just updated my bash_profile file to point ANDROID_AVD_HOME to the new location--which did indeed contain the ini file for the AVD I'd created, and then the launch went fine.

提交回复
热议问题