79746807

Date: 2025-08-26 12:05:48
Score: 1
Natty:
Report link

I was able to fix the issue by manually removing all plugins:

cordova platform remove android
rm -rf plugins
cordova platform add android

Note that if you have manual changes inside the plugins folder, those changes will be lost. I am running under the assumption that you're trying the plugins folder as read-only, and that it's ignored in your source version control.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: tazdingo