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

后端 未结 6 1860
一个人的身影
一个人的身影 2021-01-01 17:44

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 a

相关标签:
6条回答
  • 2021-01-01 18:06

    It looks like the android sdk update system doesn't properly install this particular package. It keeps trying to install it.

    Here´s the output on my Mac:

    [...]
    Installing Archives:
      Preparing to install archives
      Downloading ARM EABI v7a System Image, Android API 15, revision 1
      Installing ARM EABI v7a System Image, Android API 15, revision 1
        Installed ARM EABI v7a System Image, Android API 15, revision 199%)
      Done. 1 package installed.
    Jeromes-MacBook-Pro:android-sdk-macosx lacostej$ tools/android update sdk --no-ui
    Refresh Sources:
      Fetching https://dl-ssl.google.com/android/repository/addons_list-1.xml
      Validate XML
      Parse XML
      Fetched Add-ons List successfully
      Refresh Sources
    [...]
      Fetching URL: http://developer.sonyericsson.com/edk/android/repository.xml
      Validate XML: http://developer.sonyericsson.com/edk/android/repository.xml
      Parse XML:    http://developer.sonyericsson.com/edk/android/repository.xml
    Installing Archives:
      Preparing to install archives
      Downloading ARM EABI v7a System Image, Android API 15, revision 1
    
    0 讨论(0)
  • 2021-01-01 18:07

    I think your "c:\Program Files\Android\android-sdk\system-images\android-15\armeabi-v7a\source.properties" is wrong AndroidVersion.ApiLevel.
    Here is my "system-images\android-15\armeabi-v7a\source.properties".

    ---(from)---
        ### Android Tool: Source of this archive.
        #Thu Feb 23 09:48:52 JST 2012
        Pkg.Desc=Android SDK Platform 4.0.3
        Archive.Os=ANY
        AndroidVersion.ApiLevel=15
        Pkg.Revision=1
        SystemImage.Abi=armeabi-v7a
        Archive.Arch=ANY
        Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/repository-5.xml
    ---(end)---
    

    Here is my "system-images\android-14\armeabi-v7a\source.properties"..

    ---(from)---
        ### Android Tool: Source of this archive.
        #Fri Feb 24 12:00:09 JST 2012
        Pkg.Desc=Android SDK Platform 4.0
        Archive.Os=ANY
        AndroidVersion.ApiLevel=14
        Pkg.Revision=2
        SystemImage.Abi=armeabi-v7a
        Archive.Arch=ANY
        Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/repository-5.xml
    ---(end)---
    

    I recommend you to delete "c:\Program Files\Android\android-sdk\system-images\android-15\armeabi-v7a" folder and "c:\Program Files\Android\android-sdk\system-images\android-14\armeabi-v7a" folder.
    Then Reinstalling become available, I think.
    Please allow, if expression of my English is wrong.

    0 讨论(0)
  • 2021-01-01 18:08

    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.

    0 讨论(0)
  • 2021-01-01 18:09

    Check if you have the appropriate repository (highlighted in the image) add-on site registered on your SDK manager ,, in your SDK manager --> tools --> manage add-on sites, if the site is not there add it in the second tab (user defined sites).enter image description here

    0 讨论(0)
  • 2021-01-01 18:20

    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

    0 讨论(0)
  • 2021-01-01 18:29

    just install those in SDK manager in android studio and you will get solution

    -> Android suport Library

    -> Android SDK tools

    -> Android support repository

    0 讨论(0)
提交回复
热议问题