天天看点

androidstudio3.0使用butterknife7.0.1报错解决

android {

defaultConfig {

javaCompileOptions {

annotationProcessorOptions {

includeCompileClasspath = true

}

}

}

}

继续阅读