Replies: 1 comment
-
|
If it worked without the plugin before and you removed it already, you can remove the android platform and add it again. Android 14 is supported, you referenced the docs for cordova 11, but the recent version is 12.x: https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html. The latest cordova-android version compiles against Android 15. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all. I'm having some trouble getting my Android build working. I think what has happened, but I'm guessing is this...
The android build was working just fine on 28th Oct. Then I installed the firebasex.FirebasePlugin and things started going wrong. The message I started seeing was about Android 14. Now I don't think cordova supports Android 14 based on this: https://cordova.apache.org/docs/en/11.x/guide/platforms/android/#android-api-level-support Maybe I'm wrong but I'm guessing that something outside of the project was changed as a result of something inside the project, like maybe the version of gradle or some stuff that's part of Android Studio, I don't know but since then I've removed that plugin and reverted to the old commit and yet the build is still dead.
The failure is:
However, that folder groovy-dsl does not exist. I've tried deleting the caches but that didn't help.
I'm lost tbh. Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions