我已更新到最新的 Android SDK 并使用 .bash_profile 设置 JAVA_HOME,
export JAVA_HOME=$(/usr/libexec/java_home)
但出现以下错误:
Error Gradle:
FAILURE: Could not determine which tasks to execute.
* What went wrong:
Task 'assembleDebug' not found in project ':CrystalBall'.
* Try:
Run gradle tasks to get a list of available tasks.
Error: Could not execute build using Gradle distribution
http://services.gradle.org/distributions/gradle-1.6-bin.zip
我附上了截图:
我应该怎么办?