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

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

Best Answer

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

Related Topic