Where are Gradle logs?

前端 未结 3 745
庸人自扰
庸人自扰 2020-12-02 10:33

Gradle build for an app in Android Studio generates the following error:

Error:Execution failed for task \':app:compileDebugJavaWithJavac\'.
> java.lang.R         


        
3条回答
  •  甜味超标
    2020-12-02 10:57

    You can also try running your task like this:

    >gradlew --info build

    You will get a bunch of useful log information

提交回复
热议问题