Erasmus
Erasmus

Reputation: 427

Android: Cannot find wanted API level in SDK

Good evening!

I am having troubles with my SDK. I want to install the ARM EABI found in API14 (Android 4.0), however, when I try to go to Android SDK manager, it only loads up to 15, but skips API14 entirely. How do I remedy this?

enter image description here

Upvotes: 0

Views: 1850

Answers (3)

Kelvin Trinh
Kelvin Trinh

Reputation: 1248

Try this, On your Android SDK Manager menus:

  • Packages >> Show updates/New packages; Show Obsolete packages;

  • Tools >> Manage Add-on sites: ==> tick all the sources (especially Google)

Upvotes: 1

Rob Anderson
Rob Anderson

Reputation: 2407

What's in your /platform-tools/source.properties ???

Pkg.Revision=14
Archive.Arch=ANY
Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/repository-7.xml

Upvotes: 0

Yalla T.
Yalla T.

Reputation: 3727

in the screenshot it didnt even finish loading and only shows the ones installed.

Be sure the URLS under Tools --> Manage Add-on Sites are all enabled and let it fetch everything. The current URL for Android System Images is

https://dl-ssl.google.com/android/repository/sys-img.xml

Else you may have a problem with connecting to google servers.

Your SDK tools arent the newest anyway, so you may want to update them too and check if you still cant get any information from the google servers.

Upvotes: 1

Related Questions