Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you create or find a "userdata.img" file for ABI armeabi to copy into the AVD folder

I am running the Hello World Android SDK test on Eclipse. After I installed the latest platform for Android SDK I tried to create an AVD.

In Eclipse:

  1. Selected Window > AVD Manager.
  2. Click New....
  3. The Create New AVD dialog appears.
  4. Type the name of the AVD, such as "my_avd".
  5. Choose a target.(latest platform)
  6. Ignore the rest of the fields.
  7. Click Create AVD.

But when I returned to Eclipse I got a red error message saying:

"unable to find a "userdata.img" file for ABI armeabi to copy into the AVD folder.

I have a windows vista 64 bit, Eclipse 3.7.2, and Android platform 4.0.3. If anyone could please help me, I really appreciate it. If you might have an idea of what I might be doing wrong I am all ears. :)

Here is what I have been trying to do http://developer.android.com/resources/tutorials/hello-world.html

like image 624
TechnoGerman Avatar asked Apr 06 '12 05:04

TechnoGerman


1 Answers

Click on Android SDK manager in eclipse.. Then in Android 4.0.x your version.. click on ARM EABI v7A System Image.. and click on Install package..

It should work then...

like image 191
5hssba Avatar answered Nov 15 '22 18:11

5hssba