1. 程式人生 > >Android Studio編譯失敗:Could not get unknown property 'packageForR' for task ':app:processDebugResources

Android Studio編譯失敗:Could not get unknown property 'packageForR' for task ':app:processDebugResources

報錯:

Could not get unknown property 'packageForR' for task ':app:processDebugResources'

解決方案:

刪除build.gradle檔案中的如下資訊:

apply plugin: 'com.jakewharton.butterknife'

保留如下依賴配置:

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

 

安卓開發技術分享:https://blog.csdn.net/yinxing2008/article/details/84555061