找不到SDK位置

时间:2014-07-02 23:54:46

标签: android android-studio android-gradle build.gradle

下载Android Studio Beta的最新更新后。我收到的错误如下:

3:07:53 PM ProcessNotCreatedException: Cannot run program "/Applications/Android Studio.app/sdk/tools/android": error=2, No such file or directory: Cannot run program "/Applications/Android Studio.app/sdk/tools/android": error=2, No such file or directory

enter image description here

enter image description here

问题是我无法找到SDK Location中的内容。 enter image description here

所以我被困了,因为我甚至无法打开新项目,编译,构建,打开SDK管理器等。

我的local.properties是:

## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file should *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
sdk.dir=/Applications/Android Studio.app/sdk

我不确定如何解决此错误。我一直在关注我在这里找到的信息,但没有运气:

Android Studio - SDK is out of date or is missing templates

Gradle build errors after updating Android Studio

2 个答案:

答案 0 :(得分:1)

我一直在使用Android Studio已经有一段时间了,并且还没有尝试使用现在应该包含SDK的Beta版本来安装新版本。由于您似乎没有安装Android Studio Beta版,因此您可以尝试单独安装它。转到here,然后点击"获取适用于现有IDE的SDK"。一个优点是,它允许您进行更多控制,并且您将确切知道SDK的安装位置。

答案 1 :(得分:0)

我今天遇到了同样的问题。安装Android Studio 1后,它无法找到SDK并抛出相同的错误。我期待一个能自动下载SDK的向导但是没有。我清理了〜/ Library / Preferences / AndroidStudio并重新启动了AndroidStudio。当SDK安装向导出现并安装SDK时。 enter image description here