Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
Description
Create plugin with the following section
<platform name="windows"> <config-file target="CordovaApp.Phone.jsproj" parent="/*"> <ItemGroup> <SDKReference Include="Microsoft.VCLibs, version=12.0" /> </ItemGroup> <ItemGroup> <SDKReference Include="SQLite.WinRT, Version=3.8.2" /> </ItemGroup> </config-file> ... </platform>
Run 'cordova plugin add plugin_location'
The following error is occurred:
Processing configuration changes for plugins. Failed to install 'com.msopentech.websql':Error: malformed document. First element should be <plist> ...