Saturday 28 January 2012

API Level 15 for Android: Package ARM EABI v7a

As we are updating with the new and latest android sdk versions , There are many modifications that are happening to the new versions.

I got few issues with downloading one of the package , By checking the log I got the following error:

Preparing to install archives
Downloading ARM EABI v7a System Image, Android API 15, revision 1
File not found: C:\Program Files\Android\android-sdk\temp\sysimg_armv7a-15_r01.zip (Access is denied)

Reason Behind the error is : sysimg_armv7a-15_r01.zip File is not able to get download in the C:\Program Files\Android\android-sdk\temp. To solve it you will need to download the file manually form Here (click here to download).

Move the .zip file to the C:\Program Files\Android\android-sdk\temp , and you can install the package ARM EABI v7a.

Also Please check the folder /temp will have valid permissions form your administrator , or you can choose the Run by Administrator by right click on the SDK manager.

And enjoy the Android ..

6 comments:

  1. It really helps , Thanks for the posting..it save a lot of my time to set up android sdk

    ReplyDelete
  2. It's not working for me. Can you suggest me some other Tips. Thanks in advance...

    ReplyDelete
  3. Thank you.
    For mac(10.11.3) I copied armeabi-v7a/kernel-qemu to an emulator's image directory: .../sdk/add-ons/addon-google_apis-google-17/images/armeabi-v7a -and it worked!

    ReplyDelete
  4. perfect thanks a lot... it worked

    ReplyDelete