android / android-ktx

A set of Kotlin extensions for Android app development.
https://android.github.io/android-ktx/core-ktx/
7.47k stars 563 forks source link

resource android:attr/fontVariationSettings not found. #572

Closed yizhe25763 closed 6 years ago

yizhe25763 commented 6 years ago

error: resource android:attr/fontVariationSettings not found. Message{kind=ERROR, text=error: resource android:attr/fontVariationSettings not found., sources=[/Users/fanhaoyi/.gradle/wrapper/dists/gradle-3.5-all/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/32cdeb13e776f103732ad7b74a30f04e/res/values/values.xml:251:5-69], original message=, tool name=Optional.of(AAPT)}

error: resource android:attr/ttcIndex not found. Message{kind=ERROR, text=error: resource android:attr/ttcIndex not found., sources=[/Users/fanhaoyi/.gradle/wrapper/dists/gradle-3.5-all/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/32cdeb13e776f103732ad7b74a30f04e/res/values/values.xml:251:5-69], original message=, tool name=Optional.of(AAPT)}

This problem will now occur when a KTX dependency is added after initializing the name。

JakeWharton commented 6 years ago

You must compile against API 28.