Closed michaelsboost closed 8 years ago
Hi Michael, I don't have a Chromebook to test this, but it just sounds like you need to set up your build environment. A google search for your error turned up this: http://stackoverflow.com/questions/19794200/gradle-android-and-the-android-home-sdk-location
user u53r solved this problem like:
I've solved the problem. This works for me:
In
/my_current_project/ I've created a file called local.properties and put inside
sdk.dir=/my_current_way_to/sdk In the console I need to do
set ANDROID_HOME=/my_current_way_to/sdk
I'm using the Cloud9IDE on my Chromebook.
I cloned the repo, changed the url in MainActivity.java to my website and ran
./gradlew assembleRelease
as the README.md file stated and got the following error.