您需要将一个图标添加到您的APK在上传应用程序添加到Google

您需要将一个图标添加到您的APK在上传应用程序添加到Google

本文介绍了您需要将一个图标添加到您的APK在上传应用程序添加到Google Play的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道我错了。我需要上传的APK添加到Google Play,每当我试图把它上传,它显示一个错误信息显示在连接屏幕截图。该错误是,你需要一个图标添加到您的APK但是可以肯定我已经添加一个图标到我的APK在我的清单文件。我不什么是要求是否是因为图标的分辨率错误或者有什么我缺少有。请帮助。

I dont know where i am going wrong . I need to upload APK to google play and whenever i am trying to upload it , it is showing an error message as displayed in the attached screenshot. The error is that " You need to add an icon to your APK " but for sure i have already added an icon to my APk in my manifest file . I dont what it is asking for whether it is error because of icon resolution or there is something i am lacking with . pls help .

推荐答案

很可能在你的清单,你不会有一个图标定义或正在引用不存在的图像。

It is likely that in your manifest that you do not have an icon defined or are referencing an image that does not exist.

这篇关于您需要将一个图标添加到您的APK在上传应用程序添加到Google Play的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 14:06