ejonnadula opened a new issue #1105: URL: https://github.com/apache/cordova-android/issues/1105
# Bug Report Issues with Cordova and Performanceactive Camera Plugin on Android SDK 29 ## Problem I'm trying to maintain a legacy mobile application that's making use of the performanceactive phonegap custom camera plugin on Cordova 5.1.1 for android. When building the APK for this app using targetSdkVersion 28, everything works fine. But when building using targetSdkVersion 29, the application crashes immediately on startup on Android 10 devices. There's no issue on devices running lower versions of android. Similarly, Android 10 devices work file as long as camera permissions are not provided. Unfortunately, I don't have access to any further logging or stack traces. The issue hasn't been reproducible in an emulator so far, and I don't personally have access to any Android 10 test devices. The performanceactive library is old enough and far out of maintenance that I wasn't able to find any recent information regarding android SDK support. My experience with Cordova and any associated plugin libraries is extremely limited, since this is all legacy. Any suggestions for troubleshooting and resolving crash issues with the camera plugins on Android 10? Or are the libraries and plugins here so old as to make version compatibility issues a near certainty and we'd be better off just upgrading to newer Cordova and plugin versions before anything else? Android OS version: 10 targetSdkVersion: 29 ### What is expected to happen? ### What does actually happen? ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> In Android 10 mobile device I am facing this issue ### Version information Cordova version: 5.1.1 Cordova -Android : 5.1.1 Cordova -ios: 4.1.1 Camera plugin info: performanceactive camera plugin version: 1.4 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above ---------------------------------------------------------------- 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]
