Summary:
The packagename is defined by the element's id attribute in config.xml of your Cordova project. To change the packagename:
- Remove Android platform with CLI: cordova platform remove android;
- Edit the element's id attribute in config.xml;
- Add Android platform back with CLI: cordova platform add android;
Please refer to the following article for more information on config.xml.
Keywords: Cordova, package name,