You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Dmitry (JIRA)" <ji...@apache.org> on 2018/04/05 08:27:01 UTC

[jira] [Created] (CB-14017) Cordova Build crashed due to "com.android.support:support-v4" version

Dmitry created CB-14017:
---------------------------

             Summary: Cordova Build crashed due to "com.android.support:support-v4" version
                 Key: CB-14017
                 URL: https://issues.apache.org/jira/browse/CB-14017
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-plugin-camera
            Reporter: Dmitry


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:24.1.1+" />

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org