Android 应用程序列表中存在多个同名应用程序

发布于 2024-10-22 03:05:26 字数 84 浏览 1 评论 0原文

我一直通过 eclipse 将 apk 加载到我的手机上,我注意到列表中有一堆同名的应用程序。是什么导致启动器多次列出该应用程序?我怎样才能避免这种情况?

I have been loading apks onto my phone via eclipse and I notice that I have a bunch of apps in the list with the very same name. What causes the launcher to list the application multiple times? And how can I avoid this?

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

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

发布评论

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

评论(1

路还长,别太狂 2024-10-29 03:05:26

您可能拥有相同名称的应用程序,但它们具有不同的命名空间。

com.example.myDemoApp 名为 AppDemo

com.example.DemoApp 名为 AppDemo

com.wtf.SpinnerTest 名为 AppDemo

这是我最好的猜测。

You probably have the apps named the same, but they have different namespaces.

com.example.myDemoApp named AppDemo

com.example.DemoApp named AppDemo

com.wtf.SpinnerTest named AppDemo

That's my best guess.

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