Answer the question
In order to leave comments, you need to log in
How to choose a version of ButterKnife for the Android Support library (and why such a mess)?
My project has the following dependencies:
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
Error:(246, 5) error: resource android:attr/fontVariationSettings not found.
Error:(246, 5) error: resource android:attr/ttcIndex not found.
Error:failed linking references.
Answer the question
In order to leave comments, you need to log in
Well, you yourself described one of the ways. Open maven central and select.
Recommended path - everything should be the latest versions.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question