android / android-ktx

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

AAPT2 Error #585

Closed chemickypes closed 6 years ago

chemickypes commented 6 years ago

I got this error:

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

when I put implementation 'androidx.core:core-ktx:1.0.0-alpha3' in gradle file.

I tried with 1.0.0-alpha1 and got the same.

JakeWharton commented 6 years ago

core-ktx 1.0.0 depends on core 1.0.0 which requires compilation with Android P.