breautek commented on issue #742: URL: https://github.com/apache/cordova-plugin-camera/issues/742#issuecomment-872280889
My apologies but with such little information provided it isn't clear what the actual issue is. Here are some things that can help understand/isolate the issue: - Ensure you're using the most recent release versions of the platforms, plugins and CLI tools, etc. (Note that Cordova doesn't officially support Node 16 yet, I would recommend using the latest Node 14 release) - Ensure that your Android Studio SDK tools are up to date (Recommended build tools version 29, API platform 29) - If you're zip aligning / signing manually, ensure you're signing with all schemes for maximum compatibilty. You can can read more on [Android Signing Schemes](https://source.android.com/security/apksigning). Alternatively, you can let Cordova sign your app for you by utilizing the [build.json file](https://cordova.apache.org/docs/en/10.x/guide/platforms/android/index.html#using-buildjson). - Build an isolated reproduction test app without ionic or any frameworks, include only what is necessary to reproduce the issue. [Learn more about creating reproduction test apps](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md) If the above steps doesn't solve your issue, then at the very least should allow you to provide a more detailed bug report. **Please do follow the Issue form provided in the textarea when you create the issue as it required critical information that allows us to simulate your environment to hopefully reproduce your issue.** Kind regards, -- 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]
