Skip to content Skip to sidebar Skip to footer

Buttknife Not Working With Rxjava

Have problems with two libraries. Gradle file apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.3' defaultConfig {

Solution 1:

It looks like you are not importing AnnotationProcessor. Try this with latest versions:

compile 'com.jakewharton:butterknife:8.6.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'

Post a Comment for "Buttknife Not Working With Rxjava"