Want to install two versions of an Ionic 1 app on an Android phone. Did the following:
- Changed widget id and name in config.xml.
- Changed name and description in package.json.
- Changed name and app_id in ionic.config.json.
When ‘adb -d install C:\Users<user>\I\S\platforms\android\build\outputs\apk\android-debug.apk’ is performed an INSTALL_FAILED_CONFLICTING_PROVIDER error is received.
How can two versions of an app be installed?