EddyVerbruggen / VideoCapturePlus-PhoneGap-Plugin

:movie_camera:
134 stars 114 forks source link

Provider + installing issues #58

Open Nevichi opened 6 years ago

Nevichi commented 6 years ago

Hello,

I'm trying to use this plugin but I'm facing some issues First of all I'm trying to run cordova command in the readme to install the plugin but it doesn't work. Using this command seems to be working: cordova plugin add cordova-plugin-video-capture-plus and by "working" I mean it works without any error code ...

After that I try to build my app on Android but I get some error and the build fails: :app:processDebugResources/Users/myUser/Documents/cordova/myApp/platforms/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:35: AAPT: error: unknown element <provider> found.

I'm new to cordova but I've read that the provider in the Manifest file must be within the tag, but the plugin automatically adds the provider outside the and it causes the build to fail. I've tried to change is manually in the plugin.xml but it doesn't work. Removing the plugin isn't enough to remove the error, I have to reinstall Android on my project Is the plugin still maintained ?

maxchene commented 6 years ago

hi, i'm having the same issue <provider> is misplaced.

presidentnickson commented 5 years ago

Same issue here. Did anyone find a solution ?

Nevichi commented 5 years ago

Nop, I gave up and find an alternative

ilyen85 commented 4 years ago

Same issue here, I'm new to ionic so this might be something trivial, but couldn't find the solution so far. Can you please help with this @EddyVerbruggen ?