Cannot find support package in Android SDK Manager

I need a jar file for a support package. I opened the page http://developer.android.com/sdk/compatibility-library.html#Downloading and did as they said:

  • Launch the SDK and AVD Manager.
  • From Eclipse, you can choose Window> Android SDK and AVD Manager. Or run the SDK Manager.exe from the directory / (on Windows only) or the android from the directory / tools /.
  • Expand the Android repository, check out the Android support package, and click Install.

But my SDK manager is updated and there is no more “Android Repository”, and I can’t find the Android Support Package. enter image description here

Please give me some advice.

+4
source share
2 answers

This is actually an Android Compatibility package . This is just a tag error.

+10
source

After installing API 16, I assume that it is called the Android Support Library , and below is the path where the necessary library files are present:

C:\Program Files (x86)\Android\android-sdk-windows\android-compatibility\v*

0
source

Source: https://habr.com/ru/post/1380021/


All Articles