ADB install 卸载我上次安装的 adb apk

发布于 2024-10-19 10:53:06 字数 166 浏览 4 评论 0原文

我正在开发 10 个应用程序,希望将它们同时安装在我的手机上以向其他人展示。然而,每次我安装一个时,它都会“卸载”另一个。我所说的“卸载”是指如果我将链接复制到主屏幕,旧应用程序将不会启动,但 adb install old-app.apk 表示已安装。

这是正常的吗?或者我有一些包命名冲突之类的吗?

I have 10 apps I'm developing and would like to have them all on my phone at the same time to show others. However every time I install one it 'uninstalls' the other. By 'uninstalls' I mean if I copy the link to my home screen the old app will not start, but adb install old-app.apk says already installed.

Is this normal? Or do I have some package naming conflict or something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猛虎独行 2024-10-26 10:53:06

对于任何给定的包,设备上只能有一个应用程序。如果您有 10 个应用程序都具有相同的软件包,则在任何给定时间只能安装一个。

Only one application can be on the device for any given package. If you have 10 apps all with the same package, only one can be installed at any given time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文