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

前端 未结 10 1475
鱼传尺愫
鱼传尺愫 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:16

    For me the Environment variable was missing altogether. adding "ANDROID_AVD_HOME" as environment variable solved it. also a tip, enter the path without the "/.android/avd" part, as the application automatically adds this to it's search you don't need to specify them anymore. e.g. Env. Variable : ANDROID_AVD_HOME Value : C:\users\%USERNAME%\Androidapps

    Android studio will for emulators under C:\users\%USERNAME%\Androidapps.android\avd

提交回复
热议问题