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

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

    Just create a symlink:

    ln -s /root/.android/ /home/user/.android/
    

    This way you will solve the issue with the emulator because all sdk data is being written on /root/.android/

提交回复
热议问题