ljudbane commented on issue #1463: URL: https://github.com/apache/cordova-android/issues/1463#issuecomment-1275968893
When removin plugin completely from your project, make sure to remove both references in package.json file. One is npm package under `devDependencies` and another is under `cordova.plugins`. I had an issue where i removed only npm package from dependecies and plugin was still being added to android project because it was listed in `cordova.plugins`. Removing all references to the plugin and re-creating android project/platform fixed the issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
