You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/22 12:42:11 UTC

[GitHub] [cordova-android] breautek commented on issue #1105: Issues with Cordova and Performanceactive Camera Plugin on Android SDK 29

breautek commented on issue #1105:
URL: https://github.com/apache/cordova-android/issues/1105#issuecomment-714466786


   The main breaking change in API 29 I believe is the filesystem changes. Our `cordova-plugin-file` currently has an unpublished fix for this which can be found [here](https://github.com/apache/cordova-plugin-file/pull/417/files).
   
   To prove this is your issue, you'd have to access the android syslog using `adb logcat`. Alternatively you can open the android project in Android Studio, which can be found at `<cordova-root>/platforms/android`, however; because you're using `cordova-android@5.1.1` I don't know if this will work for you. You are probably hitting a security exception.
   
   As far as the third-party plugin goes, learning how to use logcat will probably help you peek at what might be happening.
   
   You're using ancient versions of everything, including versions that are no longer apple compliant. You won't be able to push updates to the iOS app store in it's current state. I would heavily recommend you to spend time to update the Cordova tooling, platforms and plugins and refactor your app to make it work with modern systems. If you need help with this, I'll invite you to our [slack](http://slack.cordova.io/) for support. We try to keep github for tracking bugs only.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org