Cordova Slack Digest

Mon, 08 Aug 2022 08:22:28 GMT

User count: 4696

Join the conversation at slack.cordova.io

Channel #cordova-android (3 messages)


Sun, 07 Aug 2022 09:04:39 GMT

@alex678 says

Thanks, with Android Studio Arctic Fox everything works correctly (with cordova 9.xx).

Sun, 07 Aug 2022 09:05:41 GMT

@alex678 says

i have other question, with more recent versions. i have some external plugin who use Activity instead of the new Activity Compat class. Do you know if there is a way to “patch” the external AAR/Jar library please ?

Sun, 07 Aug 2022 19:26:14 GMT

@norman137 says

Don't think there is a way to patch AAR files.

They are essentially JAR files, but with an optimised byte arrangement for android. So I‘m pretty sure you’ll need to compile from the original source.