3

When i try to create a virtual device in eclipse I get the following error Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder. My SDK manager shows that the ARM EABI v7 system image is already installed. I am using Windows XP OS and eclipse juno version please help me out.

Andro Selva
  • 53,910
  • 52
  • 193
  • 240
user1795999
  • 301
  • 2
  • 5
  • 15
  • possible duplicate of ["Unable to find a userdata.img file for ABI armeabi..."](http://stackoverflow.com/questions/9086630/unable-to-find-a-userdata-img-file-for-abi-armeabi) – Qantas 94 Heavy Apr 15 '14 at 13:59

3 Answers3

0

It is usual thing if you have russian letters in path to your AVD folder

For example your Windows Username

Andrew
  • 266
  • 6
  • 18
0

Try to install "ARM EABI v7a System Image" from SDK manager and create again your virtual device. Source here.

jelies
  • 9,110
  • 5
  • 50
  • 65
  • Actually the latest android version in the SDK manager is android 4.1.2 and I have installed all the packages needed for it.Do I still have to install the ARM EABI v7a System image for android 4.0? – user1795999 Nov 03 '12 at 06:46
  • Yes, I think is required to run virtual devices. Give it a try. – jelies Nov 03 '12 at 06:51
  • but ARM EABI v7a System image is already installed for 4.1.2 also.I ll install for 4.0 also and try – user1795999 Nov 03 '12 at 06:53
  • is it better to download the packages for 4.0 than downloading the packages of 4.1.2? – user1795999 Nov 03 '12 at 06:57
  • Download all ARM EABI v7a for all versions you want to run a virtual device. Create the new virtual device again. – jelies Nov 03 '12 at 07:03
0

You could try to make a new AVD

MoschDev
  • 671
  • 2
  • 14
  • 16