Androidx and databinding

后端 未结 6 1894
悲&欢浪女
悲&欢浪女 2020-12-10 12:50

I\'m migrating my dependencies for an Android P test to the androidx dependencies. For some not very clear reasons my project does not compile anymore (and no I won\'t provi

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-10 13:45

    I face the similar problem, the Data Binding library use the support library, some classes may conflict with the AndroidX. I have to remove the DataBinding for now.

    I just read this release note, it said that this issue had been fixed, but I didn't see the effect.

提交回复
热议问题