【发布时间】:2014-08-23 22:33:43
【问题描述】:
下载最新的 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
问题是我无法找出在 SDK Location 中放置的内容。
所以我被卡住了,因为我什至无法打开新项目、编译、构建、打开 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
我不确定如何解决此错误。我一直在关注我在这里找到的信息,但没有运气:
【问题讨论】:
-
您是否安装了独立的 SDK?
标签: android android-studio android-gradle-plugin build.gradle