Android Studio using existing android sdk

前端 未结 4 1931
耶瑟儿~
耶瑟儿~ 2021-01-01 12:10

I already have the latest android sdk with all platforms/sources/etc downloaded. How can i tell Android Studio to use an existing android sdk without moving it to andr

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-01 12:51

    Follow this:

    • Open up your project in Android Studio.
    • Go to Settings for the Project via F4. Or selecting the Project Root -> Right-Click and then Module Settings.
    • You will find Project Settings and Module Settings under which you have the option of selecting both your JDK and Android SDKs if you want.
    • For e.g. under Platform Settings, you will find SDKs and you can simply tap on the green + sign to add your own path to a locally present SDK.

    Hope this helps.

    enter image description here

提交回复
热议问题