在我的应用程序错误ic_launcher图标我的、应用程序、图标、错误

由网友(颓废)分享简介:我正在开发的蜂窝一个应用程序,并得到了这个真正古怪的问题。 I'm developing an app for Honeycomb and got this really quirky problem. 我已经改变了应用程序图标( 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>
阅读全文

相关推荐

最新文章