breautek edited a comment 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 `[email protected]` 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, 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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to