当我从Android Studio打开Android SDK管理器时,SDK路径显示为:
\android-studio\sdk
我想改变这条路径。我该怎么做?
当我从Android Studio打开Android SDK管理器时,SDK路径显示为:
\android-studio\sdk
我想改变这条路径。我该怎么做?
当前回答
这就是它是如何做到的,在Android Studio的windows
Done
其他回答
点击——>文件——>关闭当前项目。
Android Studio主页
单击“配置”->项目默认值->项目结构 单击左边栏中的SDK Location并复制路径。 粘贴路径在我的电脑->右键单击->属性->单击高级系统设置->环境变量并更改android主路径。 点击“OK”保存会话。 在路径中添加工具和平台工具并保存更改。 打开命令提示符[window+R],输入adb + enter。
goto菜单文件->项目结构或按Ctrl + Alt + Shift + S
例如http://how-to-android-studio.blogspot.com/2014/11/set-sdk-location.html
从Android Studio 1.0.1
去
文件->项目结构变成项目结构 左-> SDK位置 SDK位置选择Android SDK位置(旧版本使用按+,添加另一个SDK)
尤利卡:我找到了!
在当前的Studio 1.3中,每个项目都有一个本地。属性文件,你可以编辑SDK!
下面是如何在android studio中更改android sdk路径:
Open your required android project in Android studio Click on the main project folder and press F4 Now click on "SDKs" under Platform Settings (Left hand side of the dialog box) You should now see a plus sign on the top, click it and choose "Android SDK" Now you would be asked to choose the required SDK folder Select the required build target(if necessary) and click "ok" Now you should see the new entry in the list of SDKs Click "Modules" under Project Settings Select your project folder and in the Dropdown for "Module SDK", select the new SDK entry and click "apply" Now click "OK" and your done.
注意:如果更改没有生效,重新启动android studio应该可以解决这个问题。