問題:The given artifact contains a string literal with a package reference 'andro

問題:The given artifact contains a string literal with a package reference 'andro-2020-4-25
詳細:

The given artifact contains a string literal with a package reference
‘android.support.v4.content’ that cannot be safely rewritten.
Libraries using reflection such as annotation processors need to be
updated manually to add support for androidx.

原本

   annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'

換成

implementation 'com.jakewharton:butterknife:10.2.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章