Closed chemickypes closed 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.
implementation 'androidx.core:core-ktx:1.0.0-alpha3'
I tried with 1.0.0-alpha1 and got the same.
1.0.0-alpha1
core-ktx 1.0.0 depends on core 1.0.0 which requires compilation with Android P.
I got this error:
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.