Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
2  
Shows up fine for me in Canada. – Matthew Read Jul 2 '12 at 4:07
its showing fine for me. can you post the screen shot of your sdk manager. – Padma Kumar Jul 2 '12 at 7:07

migrated from android.stackexchange.com Jul 2 '12 at 4:07

6 Answers

up vote 33 down vote accepted

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.
share|improve this answer
2  
Oh man, that did the trick. I opened up the SDK manager from OUT of Eclipse, Tools -> Options and clicked clear cache (the menu item does not show up if you opened it within Eclipse). It shows up now. Nice catch! – Jahufar Jul 2 '12 at 10:14
3  
Cool it worked for me too. For those wondering, on Linux the SDK manager can be launched with the command : android-sdks/tools/android – emerix Jul 7 '12 at 22:15
On OSX, it's Preferences... > Manifest Cache > Clear Cache. – Sofi Software LLC Dec 13 '12 at 22:31

For my case, I could only see Android 4.0.3 (API 15) whenever I open the SDK Manager outside Eclipse, "Reload" from the toolbar, or click "Options". Just now, I installed the 2 things that it recommended for Tools, and then suddently everything shows up!

share|improve this answer
what were those 2 things ? – Ahmed Apr 2 at 22:18

I had this problem, and was able to see the new repo after selecting:

Packages > Reload (from the SDK Manager toolbar)

share|improve this answer

I solve that by open AVD Manager from command promt...

Command(Window[Linux too]) : .../android-sdks/tools/android

share|improve this answer

In my case on MAC OSX problem was with version of my ADT, I downloaded the Latest Version of ADT from Android Installing Eclipse and Installed using Eclipse (Menu) Help--> Install New Software-->Add and selected the ADT zip file and when installation completed i restarted my Eclipse and then i choose (Menu) Window-->Android SDK Manager--> Packages-->Reload

This time It worked for me.

share|improve this answer

I solved the issue by updating my SDK tools. I downloaded latest "Android SDK Tools" and "Android SDK Platform-tools".

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.