You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: