You need to add an icon to your APK while uploading App to google play(将应用程序上传到 google play 时,您需要在 APK 中添加一个图标)
问题描述
我不知道我哪里出错了.我需要将 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.
这篇关于将应用程序上传到 google play 时,您需要在 APK 中添加一个图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:将应用程序上传到 google play 时,您需要在 APK 中添加一个图标


基础教程推荐
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01