AAPT: error: resource android:attr/fontVariationSettings not found and resource android:attr/ttcIndex not found

The error is:

AAPT: error: resource android:attr/fontVariationSettings not found.
AAPT: error: resource android:attr/ttcIndex not found

Change the compileSdkVersion to:

compileSdkVersion 28

fontVariationSettings and ttcIndex were added in api level 28.

Leave a Comment