Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

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?



  • 0_1611101780144_41c941ed-c6ae-4ce1-9690-14f170fbb829-image.png

    Some plugins however are bundled.

    All of them are enabled in the backend:

    0_1611102138511_f755a6af-85ce-433a-bb8e-f2f42f243497-image.png



  • For anyone coming across this, I finally found the reason, a leftover plugins/android.json was present, that had those plugins enlisted as installed: {...}.

    Removing the file resolved the issue.