安卓:安装的应用程序图标不可见模拟器 [英] Android: Installed App icon is not visible in emulator

查看:334
本文介绍了安卓:安装的应用程序图标不可见模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我运行我的应用程序code,我可以在控制台中看到以下条目:

When I run my application code, I could see the following entry in the console:

[2011-03-01 10:29:26 - mireader] Uploading mireader.apk onto device 'emulator-5554'
[2011-03-01 10:29:26 - mireader] Installing mireader.apk...
[2011-03-01 10:29:40 - mireader] Success!
[2011-03-01 10:29:41 - mireader] Starting activity com.mireader.reader on device emulator-5554 
[2011-03-01 10:29:44 - mireader] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.mireader/.reader }

应用程序的主界面自动运行。直到这里,是没有问题的。当我回到应用程序列表,还有我的应用程序图标是不可见的。我在设置 - >应用程序 - >管理应用程序,有我可以看到我的应用程序检查,它显示了卸载选项了。

The application's main GUI automatically runs. Until here, there is no problem. When I get back to the application list, there my app icon is not visible. I checked in settings->application->manage application, there I could see my app and it shows uninstall option too.

这是什么问题?

推荐答案

可能丢失

<intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

在你的主&LT;活性GT;在清单

in your main <activity> in the manifest

这篇关于安卓:安装的应用程序图标不可见模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆