Error on gradle task ':app:compileDebugJavaWithJavac'

后端 未结 5 1643
慢半拍i
慢半拍i 2021-02-09 06:09

I am working with Android Studio 3.1 Canary 6 and I am getting this error when I build my project. I search this error and many users get this with different reasons, but I did

5条回答
  •  花落未央
    2021-02-09 06:34

    maybe this can help, as this worked for me, just delete the taskhistory.bin file in (projectFolder)/.gradle/4.1/taskHistory and clean and rebuild the project. best of luck!

提交回复
热议问题