Missing android support library in extras folder, sdk manager

后端 未结 1 656
忘了有多久
忘了有多久 2021-01-26 14:20

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

1条回答
  •  粉色の甜心
    2021-01-26 14:58

    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.

    0 讨论(0)
提交回复
热议问题