skip to Main Content

I’m started today using Android SDK.
I have installed the Android SDK with all his packages for 4.0.3 (API15).
and YES I HAVE install the ARM EBAI v7a System Image !

i have also installed the ADT for my Eclipse (Indigo) and checked that all is updated.
but when i tried to create a new AVD i got this error:
“Unable to find a ‘userdata.img’ file for ABI armeabi to copy into the AVD folder.”

i just don’t know what the problem is i already tried all the fixes that i found here and on the web but i can’t make it work…

my details:

OS: WinXP SP3

JDK: 1.7.0_03 (Orcale’s)

SDK: Android 4.0.3 API 15

BTW sorry about my poor English.

2

Answers


  1. JDK: 1.7.0_03 (Orcale’s)

    JDK 7 is not supported by the android tools.
    Try it with a JDK 6 installation and see if it fixes the issue.

    Login or Signup to reply.
  2. Recently had this problem, may not be the fix for you, but the issue I had was on the ‘Create New AVD’ page. Under ‘CPU/ABI’ make sure there is a selection – usually ARM (armeabi-v7a).

    Mine is blank so I have to set it myself, then the error goes away.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search