ClassNotFoundException: Didn't find class “android.databinding.DataBinderMapper”

后端 未结 9 1832
长发绾君心
长发绾君心 2020-12-11 14:23

I am using android\'s data binding library for views in a library project

i have added the following line in my root gradle file

classpath \'         


        
9条回答
  •  臣服心动
    2020-12-11 15:07

    Get inspiration from @Bolein95 say.Because it depend on a library that does not support androidx(no setting databinding=true),Written by a colleague who has left.I copy a few necessary files from his github repo, it work!

提交回复
热议问题