Wynand101 commented on issue #67: URL: https://github.com/apache/cordova-fetch/issues/67#issuecomment-1635542697
I did a mixture of all the above comments with some additions: - Remove all platforms (cordova platform rm android) - Remove all plugins (Wrote a script for this that repeats "cordova plugin rm <plugin>" for all my plugins) - Clean my config.xml and package.json files (Checked all dependencies and versions to point to correct cordova version, in my case cordova@11.1.0) - Run "npm install" - Add all my plugins back in (Wrote a script for this that repeats "cordova plugin add <plugin>" for all my plugins) - Add Android platform back in (cordova platform add android@10.0.0) - cordova run android -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org