Android – Can’t create new v4.0 AVD

androidandroid-emulator

I've made a fresh eclipse reinstall + Android SDK v4.0. I am trying to create a new 4.0 AVD and getting this error:
[2011-10-21 11:36:38 – SDK Manager] Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.

Reading How to create an AVD for Android 4.0, I checked SDK manager and I have 'ARM EABI v7a System Image' installed. to be on the save side I un-installed and reinstalled it.

I also copied 'C:\Program Files\Android\android-sdk\platforms\android-13\images' into 'C:\Program Files\Android\android-sdk\platforms\android-14'

Still getting the same error. I have no problems creating 2.1 AVD.

Note: I'm running Win XP

Issue fixed itself after restarting the PC.

Best Answer

THis worked http://learn2program.wordpress.com/2011/11/17/beginning-android-4-with-intellij-idea-unable-to-find-a-userdata-img-file-to-copy-into-the-avd-folder/ Apparently the location of the image file changed recently. Basically, in eclipse, go to run/debugconfig/android app/new config/target/automatic(yes, reclick it)/manage and then follow the sdk manager reinstall methods. I'm in the middle of it now and this report is somewhat from memory since the download is occurring as I type this. OK, it worked to get the AVD in. Hello World is next ! :)