修改versionCode后导致:Could not get unknown property 'packageForR' for task

删除项目中butterKnife的plugin:

把注解框架改为最新版本

implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

解决问题

发布了5 篇原创文章 · 获赞 0 · 访问量 692

猜你喜欢

转载自blog.csdn.net/yeZhuShanCun/article/details/102518304
今日推荐