exported intelxdk.config.additions.xml file omit @version

0 favourites
  • 3 posts
From the Asset Store
Firebase: Analytics, Dynamic Links, Remote Config, Performance, Crashlytics on Android, iOS & Web Browser
  • Problem Description

    When export with Android,

    If plugin's edittime.js cordova-plugins option is org.apache.cordova.statusbarkpy@0.1.6 like following,

    "cordova-plugins": "org.apache.cordova.statusbar@0.1.6",

    exported html's intelxdk.config.additions.xml file must be like this:

    <intelxdk:plugin intelxdk:name="org.apache.cordova.statusbar@0.1.6" intelxdk:value="org.apache.cordova.statusbar@0.1.6" />

    but c2 R187 generate the following (omit <== please include this version lock):

    <intelxdk:plugin intelxdk:name="org.apache.cordova.statusbar" intelxdk:value="org.apache.cordova.statusbar" />

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    ____ Concise description of what this CapX does ____

    Steps to Reproduce Bug

    • Step 1
    • Step 2
    • Step 3 etc.

    Observed Result

    <intelxdk:plugin intelxdk:name="org.apache.cordova.statusbar" intelxdk:value="org.apache.cordova.statusbar" />

    Expected Result

    <intelxdk:plugin intelxdk:name="org.apache.cordova.statusbar@0.1.6" intelxdk:value="org.apache.cordova.statusbar@0.1.6" />

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    ____ Your operating system and service pack ____

    Construct 2 Version ID

    R187

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I don't see any indication the XDK supports the particular syntax that we use. According to this they support a separate intelxdk:version attribute for that. So the next build puts the version in that attribute if one is specified.

  • Ashley

    Yes,

    Thank you very much!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)