Execution failed for task ':app:dataBindingGenBaseClassesDebug'. Error after upgrading to Android Studio 3.2.1

前端 未结 2 1159
不思量自难忘°
不思量自难忘° 2021-01-17 19:14

I got the error after making the project:

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task \':app:dataBindingGenBase
2条回答
  •  天命终不由人
    2021-01-17 20:10

    I had the same error at build time and it was caused by a binding variable (that declared inside with a Java reserved word as name. For instance

提交回复
热议问题