简体   繁体   中英

Android studio asking for android sdk path

因此,我只是下载了android studio和sdk工具(不是捆绑包),当我安装并运行android studio时,它会要求sdk path.i知道它在哪里,但它是一个zip文件,我试图给它提取和提取的位置无法提取,但不起作用。

尝试将环境变量中的ANDROID_HOME变量设置为提取的SDK位置的值

Android Studio > File > Sdk Location > Android SDK location: select the path where you have android sdk(extracted folder) > Press ok

Now you can see the android studio added sdk path

Try setting the path in your Project's local.properties like this:

sdk.dir=/path/to/sdk/folder

You need to use the absolute path of your unzipped/extracted SDK folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM