user6637339
user6637339

Reputation: 11

Missing android support library in extras folder, sdk manager

Why I could not find android support library in my extras folder? What should I do? I'm using Eclipse Juno.

Upvotes: 0

Views: 2673

Answers (1)

ianhanniballake
ianhanniballake

Reputation: 199920

The Android Support Library entry in the SDK Manager has been deprecated - its last release was version 23.1 of the Support Library (now 8 releases ago).

You can still find it if you check the Obsolete checkbox, but with no modern version, you'll be unable to use any newly introduced APIs or get any bug fixes.

If you wish to use the latest version the Android Support Library, stop using Eclipse (it has been deprecated for over a year), switch to Android Studio, and use the Android Support Repository from the SDK Manager.

Upvotes: 3

Related Questions