Android plugins aren't bundled=
-
My project successfully builds for iOS and Android, and the iOS version works perfectly fine, yet the android complains about all the plugins missing!
I’ve contacted the support already, no response yet, and have gone over the logs multiple times, also nothing seems out of ordinary yet.
Anyone has possibly any clues, hints on what could’ve gone wrong?
-
Some plugins however are bundled.
All of them are enabled in the backend:
-
For anyone coming across this, I finally found the reason, a leftover
plugins/android.json
was present, that had those plugins enlisted asinstalled: {...}
.Removing the file resolved the issue.