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
{{ message }}
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
I'm trying to use both contraint library and butterknife like that:
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
When I do that operation "Generate ButterKnife Injections" with the layout ,it doesn't work and there is no tips or logs. But when I do with the same operation which layout doesn't use ConstraintLayout it works. I can't find the problem,please help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use both contraint library and butterknife like that:
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
When I do that operation "Generate ButterKnife Injections" with the layout ,it doesn't work and there is no tips or logs. But when I do with the same operation which layout doesn't use ConstraintLayout it works. I can't find the problem,please help.
The text was updated successfully, but these errors were encountered: