Android Support Library Manual Download

后端 未结 5 1481
梦如初夏
梦如初夏 2020-12-05 07:06

Can any one tell me how to install Android Support library manually? Because I have problem with my SDK Manager unable to find required library and also packages need to dev

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 07:43

    I had a similar problem with downloading the Android Support Repository. I tried downloading the Repository through the SDK Manager in Android Studio. However, the SDK manager could not access certain folders (my SDK was locaated in my C:\ drive and I needed administrator permissions etc etc...).

    I solved it by:

    1. Launch the Android SDK Tools Setup (you can download this from the developer's website)
    2. Re-install Android SDK Tools (to the same folder).
    3. After step 2 is done, select the launch SDK Manager option before exiting.

    The SDK Manager should pop up immediately. You should also see a list of previously installed packages.

    1. Select the package you want and start the download.

    link to the SDK tools setup

    Hope this works for you.

提交回复
热议问题