Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9940

plugin.xml is malformed XML

    XMLWordPrintableJSON

Details

    Description

      plugin.xml is malformed. This prevents unmarshallling.

      Cause

      • m3 namespace prefix is used in <m3:Capability> tag but the namespace is not declared.
      • uap namespace prefix is used in <uap:Capability> tag but the namespace is not declared.

      Suggested Fix
      The fix is as easy as adding the following namespace declarations to the plugin element :

      • xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest"
      • xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"

      Attachments

        Activity

          People

            Unassigned Unassigned
            piyush.hari Piyush Hari
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: