我正在嘗試使用butterknife。但我得到錯誤「無法解析符號'** ButterKnife'」。 我試圖手動導入butterknife.ButterKnife,但我得到了同樣的錯誤 和我的gradle修改並添加這些行: 項目一級...無法解析符號'ButterKnife'
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
在模塊級...
apply plugin: 'com.android.application'
apply plugin: 'android-apt'
dependencies {
compile 'com.jakewharton:butterknife-compiler:8.5.1'
apt 'com.jakewharton:butterknife-compiler:8.5.1'
}
我該怎麼辦? 在此先感謝。 這裏是我的代碼截圖在那裏我得到了錯誤 link for the screenshot
你現在可以檢查... –
嘗試清理和重建項目...... –