在我的一个活动中实现了mvvm数据绑定之后,我遇到了这个问题。
[databinding] {"msg":"\u003cTextView id\u003d\u0027@+id/ref_number_tv\u0027\u003e conflicts with another tag that has the same ID","file":"app/src/main/res/layout/activity_daily_driver_vehicle_checklist_create.xml","pos":[{"line0":233,"col0":20,"line1":242,"col1":50}]}
我有超过100个这样的问题,因为我有许多活动与红色,琥珀色和绿色单选按钮与id=“绿\u rb”,“琥珀色\u rb”和“绿\u rb”等。。
我试过添加
tools:viewBindingIgnore="true"
当我调试运行布局时,它仍然是错误堆栈的一部分。
在我准备好实现新的结构之前,我怎么能忽略这些文件呢?
我也尝试过重新启动和失效缓存,但没有用。
暂无答案!
目前还没有任何答案,快来回答吧!