material-foundation / material-remixer-android

Remixer for Android. Live adjustment of app variables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails when using `.gradlew build` from mac terminal.

chriscox opened this issue · comments

We should probably update our readme to account for a build error when can't find SDK.

Following is build error:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':remixer_example'.
> SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 1 mins 53.715 secs