Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK Manager is not showing ARM EABI v7a System Image option

Tags:

android

I am trying to setup environment to build application on Android platform. I have followed steps from http://developer.android.com/sdk/installing.html and did install SDK and Eclispe ADT Plugins. While running Hello World application, I received an error :

SDK Manager] Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.

To overcome this, I tried installing ARM EABI v7a System Image using sysimg_armv7a-14_r01.zip file.

Surprisingly, my Android SDK manage does not show option of ARM EABI v7a System Image to reinstall this package? Did I miss any step? enter image description here

like image 353
Bruso Avatar asked Jan 05 '12 07:01

Bruso


2 Answers

use this link for manual download works perfect

http://androidhat.blogspot.in/2012/01/api-level-15-for-android-package-arm.html

for other api,s google

regards Vishnu Manohar

like image 84
user1220436 Avatar answered Nov 15 '22 21:11

user1220436


It's very strange. Userdata.img is a part of SDK files that are used for running emulator. Try to reinstall SDK. You shouldn't download images from other resources they are included in SDK.

like image 45
Yury Avatar answered Nov 15 '22 21:11

Yury