简体   繁体   English

Android App图标未显示在Mobile Android Market中,但在网络上显示

[英]Android App icon not showing in Mobile Android Market but does on the web

I have a real newbie issue. 我有一个真正的新手问题。 I have recently uploaded my first android app, Killer Pool Score Card, and I appear to have a problem with my market app icon. 我最近上传了我的第一个Android应用程序Killer Pool Score Card,而我的市场应用程序图标似乎有问题。 The android default icon displays on the mobile site not my own custom one. android默认图标显示在移动网站上,而不是我自己的自定义图标。 On the web market place my icon is shown, but there is obviously a problem with this for the mobile site. 在网络市场上,显示了我的图标,但是移动网站显然存在问题。

I'd really appreciate any help I can get on this, cheers in advance... 我真的很感激我能为此提供的任何帮助,提前加油...

You did not provide your own icon in drawable-mdpi and drawable-ldpi for medium/low resolutions. 对于中/低分辨率,您没有在drawable-mdpi和drawable-ldpi中提供自己的图标。 Instead, there is the default icon, probably left-over from the application wizard. 而是有默认图标,可能是应用程序向导中剩余的图标。

You should at least provide default resolutions (drawable folder) for all your image resources etc. 您至少应为所有图像资源等提供默认分辨率(可绘制文件夹)。

Otherwise, resources won't load on medium/low resolutions. 否则,资源将不会以中/低分辨率加载。 Nowadays, there is an xhdpi as well. 如今,还有xhdpi。

The Dev Guide on supporting multiple screens should explain the details: http://developer.android.com/guide/practices/screens_support.html 有关支持多个屏幕的开发人员指南应详细说明: http : //developer.android.com/guide/practices/screens_support.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM