当我从Android Studio打开Android SDK管理器时,SDK路径显示为:
\android-studio\sdk
我想改变这条路径。我该怎么做?
当我从Android Studio打开Android SDK管理器时,SDK路径显示为:
\android-studio\sdk
我想改变这条路径。我该怎么做?
当前回答
我注意到最新版本的Android Studio似乎没有在许多答案中提到的“sdk”路径选项。我猜它在某个更新中消失了,在某个地方?
我解决这个问题的方法(osx)是:
转到项目设置(Cmd +;) 在SDK Location中,确保你指向正确的SDK位置(通常是/Applications/Android Studio.app/ SDK),然后点击应用 最重要的一步——点击“同步项目与Gradle文件”
我没有做第三步,这让我很困惑。一次同步后,你所有的源r都属于我们....
其他回答
下面是如何在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应该可以解决这个问题。
这就是它是如何做到的,在Android Studio的windows
Done
尝试这种方式,我尝试在Android Studio 2.0 步骤1:File->Settings 步骤2:设置->SDK选项 第三步:单击Sdk Location中的Edit选项 步骤4:显示“SDK组件设置” 第五步:在“SDK组件向导”中点击三个“…” 步骤6:选择新的SDK路径
在Android studio 1.2.2中,您可以简单地更改基于项目的SDK, 步骤:
右键单击“模块”,选择“打开模块设置”或按F12 从左边选择SDK位置 现在,您可以从这个页面更改SDK位置和JDK位置
我这样配置
on
欢迎来到Android Studio Screen
单击“配置然后”
项目默认值,然后是项目结构
然后 Android SDK和选择到我当前位置的Android SDK的路径