jaeger25 / Html5Video

A Phonegap plugin that allows playback of local video files using html 5 video tags
Apache License 2.0
99 stars 65 forks source link

Cannot add plugin #8

Closed bukmee closed 10 years ago

bukmee commented 10 years ago

cordova plugin add https://github.com/jaeger25/Html5Video.git Fetching plugin from "https://github.com/jaeger25/Html5Video.git"... Starting installation of "jaeger.Html5Video" for android Fetching plugin from "https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git"... [Error: Expected Fetched plugin to have ID "com.plugin.id" but got "org.apache.cordova.device".]

help please.

bivald commented 10 years ago

I solved this particular error by editing plugins/jaeger.Html5Video/plugin.xml and remove and manually installed the dependency by using cordova plugin add org.apache.cordova.device

bivald commented 10 years ago

@jaeger25 I'll see if I can wip up a quick pull request to fix this tomorrow, for cordova 3.2.

By the way @jaeger25 , you should really add you email to your github page. I wanted to send you an email and just say a great big thank you. This plugin made my day (possibly my week). Anyway, thanks!

bukmee commented 10 years ago

Thanks @bivald I truly appreciate your help in resolving the problem. Thanks @jaeger25 for your helpful plugin.

jaeger25 commented 10 years ago

I corrected the id for the device plugin dependency. You might have to remove and re-add this plugin for the change to take effect.