When I was trying to run ./gradlew task build, I got the error:
java.lang.RuntimeException: SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
How would I set that location?
When I was trying to run
./gradlew task build, I got the error:java.lang.RuntimeException: SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.How would I set that location?