WanQiane commented on issue #351: URL: https://github.com/apache/cordova-plugin-camera/issues/351#issuecomment-687017545
I am getting the same error while invoking getPicture function,and I solved it finally. Firstly,I build an app with cordova-plugin-camera alone and it worked well. Secondly,I build an app with cordova-plugin-camera and many other plugins ,it crashed with error: length=1; index=1 Then I find that many plugins uesd FileProvider ,but the value of android:authorities are same. I changed this value and it‘s working. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
