当我从Android Studio打开Android SDK管理器时,SDK路径显示为:

\android-studio\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应该可以解决这个问题。

其他回答

对于Android Studio 3.1.2:

工具>> SDK管理器>>编辑“Android SDK位置”到新位置

之后,将环境变量$ANDROID_HOME设置为新的SDK位置

虽然上面的许多答案都可以达到目的,但我们可以在项目本身中做一件直接的事情。

在Eclipse中,进入Window->Preferences,从左侧菜单中选择“Android”。在右边的面板上,你会看到“SDK Location”。在这里提供路径。

祝你好运。

下面是如何在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,不喜欢刷新后的SDK路径改变,一个快速的解决方案是做一些改变在你的构建文件,并点击同步。它会刷新你的项目。

快乐的编码…:)

我遇到了同样的问题,但sdk路径指向一个挂载驱动器。我发现,简单地退出Android Studio,卸载设备并重新启动Android Studio会让它询问sdk位置,因为它没有sdk位置(Android Studio Beta 0.8.7)。

因此,我猜如果你只是退出Android Studio,删除\ Android - Studio \sdk或将其移动到其他地方,并再次启动Android Studio,它应该要求sdk的位置以及。