I want to start learning to work with Fragments and I want to install the Compatibility package for pre 3.0 versions of Android.
However, I can't seem to find this package on the SDK manager. Here's everything I see:

Also, I want to install Action Bar Sherlock to work with Action Bars. On the ACS website it says "If you’re using the Eclipse Development Environment with the ADT plugin version 0.9.7 or greater you can include this as a library project" -
how do I include library projects?
Thanks
It's called the Android Support Package.

Referencing Library Projects
Assuming you're using Eclipse, this is how you reference a library project (highlights):
- In the Package Explorer, right-click the dependent project and select Properties.
- In the Properties window, select the "Android" properties group at left and locate the Library properties at right.
- Click Add to open the Project Selection dialog.
- From the list of available library projects, select a project and click OK.
- When the dialog closes, click Apply in the Properties window.
- Click OK to close the Properties window.
To include library projects, right-click on your project and select Properties, then Android. You will see a form to include library projects. Click Add. (The library project must be loaded in Eclipse.)
If you have this problem when the support package is already installed then uninstalling the support package through the sdk manager then creating a new app and choosing install option from the new app wizard worked for me. It's a location issue I think and re-installing from the new app wizard takes care of the problem.
来源:https://stackoverflow.com/questions/8975870/cant-find-android-compatibility-package-on-sdk-manager