Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Failed to install VideoEditor plugin

Ivan_M_1
Beginner
1,150 Views

I add Cordova Video Editor Plugin (https://www.npmjs.com/package/cordova-plugin-video-editor) but when build app I get error "Plugin "VideoEditor" failed to install.".

Can you help me with this?

0 Kudos
6 Replies
John_H_Intel2
Employee
1,150 Views

How are you trying to add the plugin? I just added it successfully using 3rd party git using this URL

https://github.com/jbavari/cordova-plugin-video-editor.git

 

0 Kudos
Ivan_M_1
Beginner
1,150 Views

I added with "cordova-plugin-video-editor" in Cordova plugin registry. But with this git link it works fine.

Thank you

0 Kudos
Ivan_M_1
Beginner
1,150 Views

Why I cant add this two plugins

https://www.npmjs.com/package/video-prefetcher (https://github.com/azu/video-prefetcher.git)
https://www.npmjs.com/package/get-video-duration (https://github.com/caffco/get-video-duration.git)

I get error message "Plugin vesrion not found"

0 Kudos
PaulF_IntelCorp
Employee
1,150 Views

Are you using the plugin manager on the Projects tab or are you using the intelxdk.config.additions.xml file? You should not be using the additions file to add plugins.

0 Kudos
Ivan_M_1
Beginner
1,150 Views

I'm using plugin management under project tab (git repo under third-party plugins)

0 Kudos
John_H_Intel2
Employee
1,150 Views

Look at the error message that you are getting. It is complaining about a missing plugin.xml file.

Take a look at another plugin, https://github.com/phonegap/phonegap-plugin-barcodescanner, it DOES contain the plugin xml file. I am afraid this plugin will not be work with the XDK in its current form. I recommend finding a different plugin that does something similar to what you are trying to do.

 

0 Kudos
Reply