Fco. Javier Martín Carrasco
Fco. Javier Martín Carrasco
Use this plugin fork instead: https://github.com/ffMathy/cordova-plugin-video-editor
@martinbertinat ionic cordova plugin add https://github.com/ffMathy/cordova-plugin-video-editor.git
@martinbertinat try to update Android SDK to last version.
Hi @valgen, There is my ionic info: Ionic: ionic (Ionic CLI) : 4.4.0 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.3.1 @angular-devkit/build-angular : 0.13.9 @angular-devkit/schematics : 7.3.8 @angular/cli : 7.3.8 @ionic/angular-toolkit :...
@ashutosh05 here it is my package.json: { "name": "Awesome", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint":...
@davidTaveras48 Instead of use **ionic cordova plugin add cordova-plugin-video-editor**, you use: **ionic cordova plugin add https://github.com/ffMathy/cordova-plugin-video-editor.git** That's all, there is no more steps, only one.
@davidTaveras48 You should not uninstall @ionic-native/video-editor, so install it again and then all works: npm install @ionic-native/video-editor
@davidTaveras48 No, do this: $ ionic cordova plugin rm cordova-plugin-video-editor $ ionic cordova plugin add https://github.com/ffMathy/cordova-plugin-video-editor.git $ npm install @ionic-native/video-editor