3

Here's my bash profile on mac:

# Android Stuff
export ANDROID_HOME="/Applications/Android Studio.app/sdk"
export PATH=$PATH:"$ANDROID_HOME"/platform-tools:"$ANDROID_HOME"/build-tools/19.1.0/

I am using AS 0.8.2, I get the following error in Gradle console when I try to run the build target:

* 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

Any help shall be highly appreciated.

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.