Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 android 应用程序并将其安装在我的设备上。 现在我已经更改了这个应用程序的名称和图标。
是否可以将其安装在“以前的”应用程序旁边? 当我尝试这个时,它会覆盖前一个。 (我不希望更改包名称,因为想要多次这样做)。
不,不可能按照您想要的方式进行。应用程序的名称无关紧要(仅适用于人类)。包名称(package的属性<manifest>很重要,因此您需要以不同的方式命名两个构建的包以实现此目的。没有其他方法。
package
<manifest>
您将不得不更改包名称。