Ресурс android:attr/fontVariation Настройки и ошибки: ресурс android:attr/ttcIndex не найден
В последнее время я получил сообщение об ошибке при компиляции приложения Instant
[2018-09-24T04:42:32Z] FAILURE: Build failed with an exception.
[2018-09-24T04:42:32Z]
[2018-09-24T04:42:32Z] * What went wrong:
[2018-09-24T04:42:32Z] Execution failed for task ':base-feature:processProductionReleaseFeatureResources'.
[2018-09-24T04:42:32Z] > Android resource linking failed
[2018-09-24T04:42:32Z] Output: /project/base-feature/build/intermediates/incremental/mergeProductionReleaseFeatureResources/merged.dir/values/values.xml:630: error: resource android:attr/fontVariationSettings not found.
[2018-09-24T04:42:32Z] /project/base-feature/build/intermediates/incremental/mergeProductionReleaseFeatureResources/merged.dir/values/values.xml:631: error: resource android:attr/ttcIndex not found.
[2018-09-24T04:42:32Z] error: failed linking references.
Все это время компилировалось хорошо, и ничего не менялось. Тогда вдруг компиляция теперь терпит неудачу с этим. Что может вызвать эту проблему и как решить?
1 ответ
Видимо проблема связана с ножом 9.0.0-SNAPSHOT
dependencies {
implementation 'com.jakewharton:butterknife:9.0.0-SNAPSHOT'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-SNAPSHOT'
}
Я подал в качестве вопроса в https://github.com/JakeWharton/butterknife/issues/1371