How to install two different app on android device using Ionic

前端 未结 1 449
后悔当初
后悔当初 2021-01-13 12:53

I am installing an app on an android device using the following command.

\"ionic cordova run android\"

but when I am installing another app, it is replacing

相关标签:
1条回答
  • 2021-01-13 13:14

    Please check the config.xml file, and change the id of the app:

    <widget id="new.app.id" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    

    That way, it will be considered as a different app and will not replace the previous one.

    0 讨论(0)
提交回复
热议问题