When gradle build
ing my project, I\'m getting this error:
FAILURE: Build failed with an exception.
Where:
Build fi
I'm doing this every day, creating local.properties by issuing following command (-p is path to my manifest file, -t is current target):
android project update -p . -t android-19
In case of Gradle Builds:
android project update .p ./YourApp/src/main/ -t android-19
cp ./YourApp/src/main/local.properties ./local.properties # or ln if you feel so