Android 安装程序安装 2 个实例?
我遇到的问题是,每当我将应用程序导出到 apk,然后在设备上安装,或在 eclipse 中调试时,都会安装我的应用程序的 2 个实例(?)。我的菜单中添加了 2 个图标。
我该如何阻止这种情况发生?
The problem I have is that whenever I export my appto an apk, and then install on device, or debug in eclipse, 2 instances of my app is installed(?). 2 icons are added to my menu.
How do I stop that from happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 AndroidManifest.xml 中设置了活动意图,
删除它解决了问题
I had the activity intent set as in the AndroidManifest.xml
Removing this resolved the problem