So I\'m trying to create an AVD Simulator, and I keep getting the \"No system images installed for
Make sure you have rights to all the files in the android-sdk-linux
directory using:
sudo chown $USER -R ./android-sdk-linux
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.
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.