jjdltc / jjdltc-cordova-plugin-zip

A plugin to zip and unzip files or directories
MIT License
23 stars 25 forks source link

VS doesn't load the plugin #2

Closed Elvoniel closed 9 years ago

Elvoniel commented 9 years ago

Hello ! I have an issue on Visual Studio 2015, when i try to install the plugin VS tells me something like : "Visual Studio couldn't parse plugin.xml".

For the moment, i don't see what could be wrong, any idea ?

Thanks !

Elvoniel commented 9 years ago

Ok i juste resolve my issue. To make plugin.xml readable and valid you have to erease comments at the begening of the file. The first line of the file should be "<?xml version="1.0" encoding="UTF-8"?>".

jjdltc commented 9 years ago

Thanks for reporting that, I will check and update soon