I have a Android project who's package name is kind of like this com.example.MyPackag
e where as MyPackage
has two capital letters M
and P
, Due to them i am not able to use data binding.
When i add data binding and build my project it says not able to guess the name. I found out on stackover flow there are people discussing that it is because you have capital case letters inside package name.