You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/15 21:23:00 UTC

[jira] [Commented] (CB-14017) Make com.android.support:support-v4 version configurable

    [ https://issues.apache.org/jira/browse/CB-14017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438843#comment-16438843 ] 

ASF GitHub Bot commented on CB-14017:
-------------------------------------

jcesarmobile opened a new pull request #318: CB-14017 (android): Make com.android.support:support-v4 version configurable
URL: https://github.com/apache/cordova-plugin-camera/pull/318
 
 
   
   <!--
   Please make sure the checklist boxes are all checked before submitting the PR. The checklist
   is intended as a quick reference, for complete details please see our Contributor Guidelines:
   
   http://cordova.apache.org/contribute/contribute_guidelines.html
   
   Thanks!
   -->
   
   ### Platforms affected
   Android
   
   ### What does this PR do?
   Creates a variable so users can configure the com.android.support:support-v4 version
   
   ### What testing has been done on this change?
   
   
   ### Checklist
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
   - [ ] Added automated test coverage as appropriate for this change.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Make com.android.support:support-v4 version configurable
> --------------------------------------------------------
>
>                 Key: CB-14017
>                 URL: https://issues.apache.org/jira/browse/CB-14017
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-camera
>            Reporter: Dmitry
>            Priority: Major
>              Labels: easyfix
>
> 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