Once again I\'ve made the mistake of updating Eclipse with the latest Android SDK/tools and have rendered it useless.
Running Eclipse on a Mac.
When I try to
I was getting the same erorr, even after deleting and re-installing that package. I looked at the sdk folder, and found that the images were all the way under
...\sdk\system-images\android-10\x86\images\x86
Looking at thow the PAI 17 images were stored, I copied everything in that directory and moved it to
...\sdk\system-images\android-10\x86
Now it works fine :)
This error is happening because the location of userdata.img file has changed since Android 4 (API Level 14). So we need to reinstall the ARM EABI package. Follow the steps given at http://tech.thecoolblogs.com/2012/01/unable-to-find-userdataimg-file-for-abi.html
Check the highlighted part is installed or not..
if it is installed you can find this under CPU.. Select it and click create avd
Actually, you still need to install Google USB Driver in Extras in the bottom of Android SDK manager.
Install the ARM EABI img from the sdk manager for android 4.0 your problem will be solved
I had the same problem when using the command line.
I fix it by copying the files under
...\sdk\system-images\android-X\armeabi-vY\
into
...\sdk\platforms\android-X\images
Maybe you need to create first the folder images