我想安装第二个版本(保留第一个版本)我在Android设备上开发的应用程序。 所以我必须更改应用程序的appid。
我在 config.xml 中更改了小部件ID 然后
cordova platform add android
cordova platform add android
当我启动ionic cordova run android --livereload
时,我得到了
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
像我尝试更新第一个应用程序一样。我如何确定安装新应用程序?
答案 0 :(得分:0)
To install 2 ionic apps in your terninal you should change the aplication id in the file config.xml. If you try to install 2 aplications whit the same id you will get an error.
By default is:
<widget id="io.ionic.starter"
You shoud not changue anything more.