天天看點

androidstudio3.0使用butterknife7.0.1報錯解決

android {

defaultConfig {

javaCompileOptions {

annotationProcessorOptions {

includeCompileClasspath = true

}

}

}

}

繼續閱讀