maiya
maiya
I encountered the same problem,user gradle:3.0.0 and butterknife 8.8.1; - ButterKnife.bind(this) in library, - @BindView(R.id.xx) in app, exception :NullPointerException @qinxianyuzou 兄弟你这个问题解决了吗,我升级到3.0遇到这个问题,很烦
@qinxianyuzou 对啊,我这边是有基础library,在library的基类中bind(this),在app具体页面中使用bindview,之前使用7.x是没有问题的,但是因为升级3.0需要使用8.x,升级之后就报空了;如果单独拎出来会破坏基础库的机构,不是很想这样做,如果找到好的解决方案callback一下哈
@wvisible @qinxianyuzou Thank you for the suggestion that I used this method to solve the problem
Is this pr not planning to merge yet? This problem has plagued my team
@xuyingke 我们悬浮窗的位置需固定在底部(智能设备,屏幕比较小,产品形态决定的)
@xuyingke 这个从开发角度来说是可以的,但是产品不太满意,还是希望能固定在底部,导航栏呼出时在悬浮窗层级上展示