Caused by: java.lang.IllegalArgumentException: couldn't make a guess for com.example.example.databinding.ContentClassApplicationMyClass1Binding

前端 未结 5 679
无人共我
无人共我 2020-12-10 14:17

I\'m getting this error in android after updating the android studio from 3.0 to 3.1 and Gradle from 3.1 to 4.4.

How can I fix it?

It\'s working properly wit

5条回答
  •  执笔经年
    2020-12-10 15:19

    The Binding class name seems to be wrong. Can you try changing it from ActivityClassApplicationMyClass1Binding to ActivityClassApplicationMyclass1Binding

提交回复
热议问题