You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find android-apt:1.8 and butterknife's apt conflict,
then I change
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
to
apt 'com.jakewharton:butterknife-compiler:8.4.0'
,it works OK.
In project's build.gradle, android-apt:1.4' case databing error.
when id updata android-apt:1.8' ,it works OK.
The text was updated successfully, but these errors were encountered: