Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jellybean (API 16) does not still show up on my Android SDK Manager

Tags:

Is it just me or is anyone else not seeing the latest Android (Jellybean) showing up on their SDK manager? I've looked everywhere and it seems wherever I look, people are seeing it showing up on their SDK manager just fine.

I have updated by SDK tools to rev 20 and ran all other ADT updates.

I'm not in the US - and I'm wondering if this is still not available for non-US developers? I yet to come across anything that mentions this.

like image 467
Jay Sidri Avatar asked Jul 02 '12 03:07

Jay Sidri


People also ask

How do I fix Android SDK not found?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

How do I install missing components in sdk manager?

Step 1: In Android Studio go to Tools > SDK Manager. Step 2: Go to the SDK Tools tab as shown in the below image. Step 3: Select the Android SDK Command-line Tools (latest) and download by pressing Apply.

Where is Sdkmanager installed?

It should be in: C:\Program Files (x86)\Android unless you set a particular path.


1 Answers

Try one of these:

  • Android SDK Manager > Tools (menu bar) > Settings > Manifest cache > Clear Cache (and maybe uncheck "Use download cache")
  • If that doesn't work, try running SDK Manager directly (i.e. not from within Eclipse). If running from Windows make sure you Run as Administrator.
like image 70
Mark Avatar answered Sep 21 '22 09:09

Mark