Skip to content Skip to sidebar Skip to footer

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

Solution 2:

File > Settings > Gradle > Gradle VM options.

I suspect you're failing compileSass because of "sass" not being on PATH.

Post a Comment for "Debugging Failed Gradle Builds In Android Studio"