The given artifact contains a string literal with a package reference ´android.support.v4.content´ that cannot be safely rewritten.
shinyuu
Android开发
18
0
2021-01-20 17:11:29
我的 Android 项目采用的是 AndroidX,我首先使用的是butterknife 8.5.1版本,报错,提示我用butterknife 9.0 以上,我使用butterknife 9.0,继续报上面的错误;解决方法:使用butterknife 10.1.0 即可,报错信息如下:The given artifact contains a string literal with a package reference ´android.support.v4.content´ that cannot be...
阅读全文