Cordova build fails with exception:
:processDebugResourcesERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex
This can be fixed in plugin.xml by upgrading
<framework src="com.android.support:support-v4:+" />
to a higher version like 27.0.1 or downgrading to 23.+.
Examples (tested):
<framework src="com.android.support:support-v4:27.0.1" />
or
<framework src="com.android.support:support-v4:23.+" />
Cordova build fails with exception:
:processDebugResourcesERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndexThis can be fixed in plugin.xml by upgrading
<framework src="com.android.support:support-v4:+" />to a higher version like 27.0.1 or downgrading to 23.+.
Examples (tested):
<framework src="com.android.support:support-v4:27.0.1" />or
<framework src="com.android.support:support-v4:23.+" />