Where are Gradle logs?

前端 未结 3 739
庸人自扰
庸人自扰 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:37

    View -> Tool Windows -> Build.

    There is small "ab" button on the left panel.

    All gradle logs for current build are there.

    EDIT: There is new icon from AndroidStudio 3.3

提交回复
热议问题