tamsel12 commented on issue #261:
URL:
https://github.com/apache/cordova-plugin-media-capture/issues/261#issuecomment-1293332093
Actually Below fixes the problem
-- Remove instabug-cordova and readd the plugin
-- Update in Android manifest file <uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
tools:remove="android:maxSdkVersion"/>
-- Update <manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yourpackage"
**xmlns:tools="http://schemas.android.com/tools"**>
Now its working fine for me, I will close this issue
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]