Trouble installing Android 4.2 APIs

后端 未结 7 1376
不知归路
不知归路 2021-01-31 01:03

I updated ADT through Eclipse today to version 21. Now when I open the SDK Manager I would expect there to be a folder like \"Android 4.2 (API 17)\", which would contain the SDK

相关标签:
7条回答
  • 2021-01-31 01:22

    I figured this out myself after some poking around. I went into the settings for the SDK Manager, cleared the cache, and told it to use HTTPS, then refreshed the listing and it all appeared normally.

    0 讨论(0)
  • 2021-01-31 01:24

    Eclipse > Window > Android SDK Manager > Packages > Reload

    It then properly updated the UI to let me choose updated software.

    Why do I need to click "Reload" manually ?! I expect that to happen automatically when I open the SDK Manager.

    0 讨论(0)
  • 2021-01-31 01:25

    By this step~

    1) Eclipse > Window > Android SDK Manager > Packages > Reload

    2) then install the sdk

    ref: http://my.eoe.cn/iceskysl/archive/1027.html

    0 讨论(0)
  • 2021-01-31 01:28

    I had this problem in ubuntu.

    • Open a terminal and navigate to the android-sdk-linux folder: cd android-sdk-linux

    • Then manually update the sdk: tools/android update sdk -u

    After it is done, restart Eclipse.

    0 讨论(0)
  • 2021-01-31 01:37

    Try approving each package one by by instead of doing approve all. If any package has an error, you can't download all at the same time.

    0 讨论(0)
  • 2021-01-31 01:41

    Eclipse > Window > Android SDK Manager > Preferences > Clear Cache Button click> Done.

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