ParseStarterProject:找不到SDK位置。使用sdk.dir在local.properties文件中或使用ANDROID_HOME环境变量定义位置

时间:2015-09-17 06:41:37

标签: android android-studio parse-platform

我试图打开ParseStarterProject,它是Parse

的演示应用程序

我在Android Studio中打开了项目并收到了此错误:

SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

我已经检查了我的 local.properties 文件,路径是正确的,这是:

## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *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.
#Thu Sep 17 12:01:30 IST 2015
ndk.dir=E\:\\android-sdk\\ndk-bundle
sdk.dir=E\:\\android-sdk

我也从文件检查 - >项目结构 - > SDK位置包含相同的sdk路径。

如何解决此错误?

1 个答案:

答案 0 :(得分:1)

对不起,我再次发布自己提出的问题的答案,但我得到了解决方案:

Here解析文档提到要使用文件 - >在Android工作室中打开项目打开

enter image description here

但是不要直接打开项目,而是将此项目导入为文件 - >导入项目然后将完成所有gradle设置。

谢谢。!!