Reputation: 1242
I have Installed HAXM for linux 64bit and KVM installed successfully. Hardware supports VT. VT enabled in bios. Installed Intel x86 Atom System Images for desired API's. Still can't change CPU/abi to Intel x86 using ADV Manager.
This was working for my previous machine with eclipse Indigo,Now not working with ADT bundle From Developers site ADT Bundle
Upvotes: 1
Views: 2160
Reputation: 1242
It was problem with ADT version. I updated ADT version to latest 22.6 and now it is working properly. Thanks for advices though.
Upvotes: 1
Reputation: 14463
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.
Upvotes: 0
Reputation: 15775
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.
Upvotes: 1