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

前端 未结 5 683
无人共我
无人共我 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 14:59

    Its because of you class name or package name which use databinding. These class( which use databinding) have to start with capital word and packages start with lowercase.

提交回复
热议问题