且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ClassNotFoundException:找不到类"android.databinding.DataBinderMapper";

更新时间:2022-03-18 05:33:01

最后,我能够解决此问题. 似乎该应用程序的apt版本与库模块之间存在冲突.

finally i was able to solve this issue. It seems there was a conflict between apt version of the app and library modules.

将应用程序中的apt版本升级到

upgraded the apt version in the app to

classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'