SDK Manager in Android Studio

醉酒当歌 提交于 2019-12-22 18:38:17

问题


I just installed Android Studio. How do I run SDK Manager in Android Studio? The Android docs say to go to Configure->SDK Manager.

But when I do that, the SDK Manager button is grayed out:

Is there something else I need to do or download?


回答1:


You will have to link the android sdk to intelliJ. Go to Project Defaults > Project Structure. Give the path to the SDK in the Android SDK location. If this is done, you will be able to run the SDK manager. If you don't have the SDK tools, download them from the developer.android.com website.




回答2:


Use this link to developer website and download android-sdk.zip file You can give link by going to the File--> Project Structure(Ctrl+Alt+shift+s) and you can set the path. Then Click on the SDK Manager Icon



来源:https://stackoverflow.com/questions/26940851/sdk-manager-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!