Skip to content

Cordova build fails due to "com.android.support:support-v4" version #207

Description

@prudnikovdbison

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.+" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions