Debugging Failed Gradle Builds In Android Studio
I have the following simple build configuration with a task: apply plugin: 'android' android { compileSdkVersion 19 buildToolsVersion '19.0.0' defaultConfig {
Solution 1:
On OSX: Android Studio -> Preferences -> Compiler -> Gradle -> Command-line Options
Post a Comment for "Debugging Failed Gradle Builds In Android Studio"