breautek commented on issue #819: URL: https://github.com/apache/cordova-plugin-camera/issues/819#issuecomment-1344529757
Modern versions of this plugin depends on AndroidX support libraries which cordova-android@9 has limited/buggy support for. You'll need to use cordova-android@10 or later with the current release of cordova-plugin-camera. You can refer to the [Release Notes](https://github.com/apache/cordova-plugin-camera/blob/master/RELEASENOTES.md) to see when the platform requirements has changed. Additionally, if you intend to deploy to Google Play store, then you'll need cordova-android@11 for API 31+ support. -- 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]
