本文介绍了Android的工作室使用现有的Android SDK中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经有最新的Android SDK中使用的所有平台/来源/等下载。我怎么能告诉Android的Studio来使用现有的Android SDK中没有将它移动到 Android的工作室\ SDK \
?
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 android-studio\sdk\
?
推荐答案
按照这样的:
- 在Android的Studio中打开你的项目。
- 进入设置从F4的项目。或选择项目根 - >右键单击,然后模块设置
- 您会发现项目设置和模块设置下,你有两种选择你的JDK和Android的软件开发工具包,如果你想要的选项。
- 对于如在平台设置,你会发现软件开发工具包,然后你可以简单地点击绿色+号以自己的路径添加到本地present SDK。
- 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.
希望这有助于。
这篇关于Android的工作室使用现有的Android SDK中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!