在我的应用程序错误ic_launcher图标 [英] Wrong ic_launcher icon in my app

查看:176
本文介绍了在我的应用程序错误ic_launcher图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发的蜂窝一个应用程序,并得到了这个真正古怪的问题。

I'm developing an app for Honeycomb and got this really quirky problem.

我已经改变了应用程序图标( ic_launcher )的每个绘制文件夹,并确保它是正确的清单,而是香港专业教育学院得到了一个标准的设置,在启动图标(在应用程序本身是正确的)。

I've changed app icon (ic_launcher) in every drawable folder and make sure it is right in the manifest, but instead Ive got an standard "settings" icon in launcher (in app itself it's right).

我已经清理的项目,搜索每一个错行,没有结果。

I've cleaned the project, searched for every single wrong line, no results.

帮助将AP preciated:)

Help would be appreciated :)

推荐答案

奇怪的问题

只要修改 @绘制/ APPICON 在你的图标的的Manifest.xml 是这样的:

Just change @drawable/appicon with your icon in your Manifest.xml like this:

<application android:icon="@drawable/appicon" android:label="@string/app_name"
android:name="com.droid.MyApplication">
...
</application>

这篇关于在我的应用程序错误ic_launcher图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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