Debugging failed Gradle builds in Android studio

后端 未结 2 614
滥情空心
滥情空心 2021-01-19 16:24

I have the following simple build configuration with a task:

apply plugin: \'android\'

android {
    compileSdkVersion 19
    buildToolsVersion \"19.0.0\"

         


        
相关标签:
2条回答
  • File > Settings > Gradle > Gradle VM options.

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

    0 讨论(0)
  • 2021-01-19 17:21

    On OSX: Android Studio -> Preferences -> Compiler -> Gradle -> Command-line Options

    0 讨论(0)
提交回复
热议问题