OS: Mac OS Lion 10.7.2
IDEA: 10.5.2 Ultimate
Android SDK: 4.0.1 installed with MacPorts 2.0.3 (android @14)
I am new to Android development, although I completed a few tutorials a year ago with IDEA 9 (?) and Android SDK 3 (something).
I am having trouble adding/creating an Android Virtual Device to a Run/Debug Configuration.
I have followed the instructions here:
In the first link, when I reach image 29, I click OK and an error dialog box appears with the message:
Unable to find a 'userdata.img' file to copy into the AVD folderI do not know if it is necessary, but before I started my IDEA Android project used
% android avd to create a sample AVD.
Any suggestions?
Thanks,
Joshua
android-sdk-macosx/system-images/android-14/armeabi-v7a/userdata.img
While this error is "Unable to find a 'userdata.img' file to copy into the AVD folder". Note the lack or armeabi reference.
update:
Your suggestion to create the AVD through the SDK Manager solved the problem.