简体   繁体   English

Google play android 图标大小违规

[英]Google play android icon size violation

My application is disabled by google play store due to the following issue由于以下问题,我的应用程序被 google play 商店禁用

application has been removed from Google Play because it violates the device and network abuse policy.应用程序已从 Google Play 中删除,因为它违反了设备和网络滥用政策。 The large dimensions of your app's launcher icon negatively impacts the performance of some user devices.应用程序启动器图标的大尺寸会对某些用户设备的性能产生负面影响。

But I provided different icons for different resolutions in drawable folders.但是我在可绘制文件夹中为不同的分辨率提供了不同的图标。 I need to get a better solution for this issue.我需要为这个问题找到更好的解决方案。 Thanks谢谢

Though this seems to be quite unlikely - I mean - icon size being too large is quite unlikely.虽然这似乎不太可能——我的意思是——图标尺寸太大是不太可能的。

You could use Android studio to generate your launcher icon.您可以使用 Android Studio 生成启动器图标。 If you are using API 19 or higher latest version of Android studio should generate webP images.如果您使用的是 API 19 或更高版本,最新版本的 Android Studio 应该会生成 webP 图像。

In case this doesn't reduce the size sufficiently, you need to use some image editor to compress or reduce your icon size.如果这不能充分减小尺寸,您需要使用一些图像编辑器来压缩或减小图标尺寸。 Possible solutions - if you are using windows paint is an option if you are not using transparency, also there are plenty of inline image editing tools available.可能的解决方案 - 如果您使用的是 windows paint 是一个选项,如果您不使用透明度,还有大量的内联图像编辑工具可用。

I got the solution for it.我得到了解决方案。 There were some logo icons which exceeds 2048x2048 in drawable-xxhdpi and drawable-xxxhdpi.在 drawable-xxhdpi 和 drawable-xxxhdpi 中有一些超过 2048x2048 的标志图标。

Make changes to your app icon to bring your app into compliance.更改您的应用程序图标以使您的应用程序合规。 Your app's launcher icon size must not exceed 2048x2048.您应用的启动器图标大小不得超过 2048x2048。

This also come up with the review feedback.这也提出了审查反馈。

Therefore I copied drawable-xhdpi which doesn't exceed 2048x2048 logo for other problematic drawable folders.因此,我为其他有问题的可绘制文件夹复制了不超过 2048x2048 徽标的 drawable-xhdpi。

You just need to make adaptive icons with android Image Asset Studio provide by Android Studio itself.您只需要使用 Android Studio 本身提供的 android Image Asset Studio 制作自适应图标。 so the icon size of xxxhdpi launcher must not be greater than 512*512.所以xxxhdpi启动器的图标大小不能大于512*512。

Follow the link to generate adaptive icons. 按照链接生成自适应图标。

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

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