且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在我的Android手机上安装我的离子应用程序?

更新时间:2022-11-03 14:07:41

默认情况下,它将覆盖以前的版本。您可以使用以下方式保留这两个应用程序:

By default, it will overwrite the previous version. You can keep the both app using below way:

检查 config.xml 文件,并更改 id 。

<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">

现在,它将被视为一个不同的应用程序,不会取代之前的应用程序。

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