Using Intel-x86 Atom Emulator
Solution 1:
When you create your AVD, be sure to select the API level for which you have an x86 image installed. In your screen caps above, you show that you have x86 images installed for API level 15 and API level 10. If you are creating an AVD with API level 19, you will not be able to select the x86 image since it is not installed.
Solution 2:
It was problem with ADT version. I updated ADT version to latest 22.6 and now it is working properly. Thanks for advices though.
Solution 3:
can you check your permissions for your SDK folder ?
ls -al /home/pankaj/PankajWorkplace/DevelopmentTools/sdk/system-images/android-15/*
Maybe your AVD Manager doesn't use the right location. If you launch it from eclipse, is eclipse configured to use the Android SDK in /home/pankaj/PankajWorkplace/DevelopmentTools/sdk ? You can change this path from eclipse Window -> preferences -> Android.
Post a Comment for "Using Intel-x86 Atom Emulator"