“No system images installed for this target” even though Image is installed

前端 未结 9 1931
日久生厌
日久生厌 2020-12-13 23:41

\"SDK

So I\'m trying to create an AVD Simulator, and I keep getting the \"No system images installed for

相关标签:
9条回答
  • 2020-12-14 00:09

    Make sure you have rights to all the files in the android-sdk-linux directory using:

    sudo chown $USER -R ./android-sdk-linux
    
    0 讨论(0)
  • 2020-12-14 00:10

    You just need to restart the tools. I have seen this bug before. The appropriate installed images will show up after the restart.

    You can also try to refresh within the 'Packages' menu, but the easiest thing, is to restart the tools.

    0 讨论(0)
  • 2020-12-14 00:10

    I just had this same issue. My problem was solved by killing eclipse (Command + Q) because I'm a Mac user. So, if you're under other operative system be sure to kill the Eclipse's process and relaunch it.

    0 讨论(0)
提交回复
热议问题