npx cap sync
npm
or yarn
package in Capacitor. Hence, to remove them, package.json
and also remove it from node_modules
using npm uninstall <packageName>
android/app/src/main/java/**/**/MainActivity.java
, android/app/src/main/AndroidManifest.xml
and android/app/src/main/res/values/strings.xml
. All these changes need to be undone to remove all traces of the package from the project.