这是我在Mac上的bash个人资料:
# Android Stuff
export ANDROID_HOME="/Applications/Android Studio.app/sdk"
export PATH=$PATH:"$ANDROID_HOME"/platform-tools:"$ANDROID_HOME"/build-tools/19.1.0/
我正在使用AS 0.8.2,当我尝试运行构建目标时,我在Gradle控制台中收到以下错误:
* What went wrong:
Execution failed for task ':makerfile'.
> A problem occurred starting process 'command 'null/build-tools/19.1.0/aapt''
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
任何帮助都应受到高度赞赏。