1

I have checked all these articles, and I still can't figure out why I can't find the Android Support Package/Library:

This is what the Android SDK Manager is showing me: Android SDK Manager Screenshot

I have tried clearing the cache and reloading, but this is what I get.

Community
  • 1
  • 1
BlueMonkMN
  • 25,079
  • 9
  • 80
  • 146
  • While solving the same problem, it turned out that SDK Manager MUST be launched as standalone exe located in the SDK directory. If SDK Manager is opened from Eclipse it does only show already installed packages. I'm not sure if this is a bug or feature, and which specific part of entire software environment it belongs to. – Stan Apr 07 '13 at 14:29

2 Answers2

1

you just try to reload once again.

if it doesn't work for you use this link to download the support package manually

http://venomvendor.blogspot.in/2012/03/android-sdk-extras-by-google-inc.html

extract the zip and copy it to directory

android-sdk\extras\support

this works for me

you can also try using Android Package Deployer to download API level manually

http://siddharthbarman.com/sidstream/index.php?r=software/apd

edwin
  • 7,985
  • 10
  • 51
  • 82
  • if you find a directory android-sdk\extras\compatibility rename it to android-sdk\extras\support and replace the file with new one – edwin Sep 15 '12 at 19:20
  • Today when I bring up the SDK manager, the loads a whole bunch of stuff from the web and shows me what I need. For some reason yesterday it was not even checking the web. – BlueMonkMN Sep 16 '12 at 12:18
1

Maybe you didn't select "Show Obsolete Packages" in your SDK Manager. It's in "Packages". Select it and reload.

enter image description here

Pang
  • 9,564
  • 146
  • 81
  • 122
yuan wei
  • 11
  • 1