Android Studio路径(ANDROID-HOME)无法设置?

its*_*uys 8 android path android-studio

将下载的项目导入Andoroid Stuio时,我遇到了以下问题.请帮我.

**

Could not execute build using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.7-bin.zip'.
Build file '/Users/Rajesh.K/Desktop/Test/Project/build.gradle' line: 9
A problem occurred evaluating project ':Project'.
A problem occurred evaluating project ':Project'.
SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
Consult IDE log for more details (Help | Show Log)
Run Code Online (Sandbox Code Playgroud)

**

请帮助我摆脱这个问题.我在Android Studio Mac版中遇到了这个问题.

Pep*_*lac 12

您是在尝试将studio项目纳入项目Android studio还是eclipse投入项目Android studio.

尝试设置你的ANDROID_HOME工作室问你.(export ANDROID_HOME="PATh to your SDK folder")并在此控制台上运行studio.

或者你可以尝试在within Android Studio(File->Project Structure->Android SDK)中配置然后你应该设置正确的SDK路径.