Android Studio using existing android sdk

前端 未结 4 1960
耶瑟儿~
耶瑟儿~ 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:57

    How you do it without having to download another 1GB android sdk:

    While installing Android Studio, you have an option to install Custom or Standard.

    Choose Custom, and then set the location of your android SDK to where your SDK currently resides.

    A red message will appear saying that an existing SDK installation was detected and that only outdated and missing plugins will be installed.

    :)

提交回复
热议问题