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 中添加一个图标


基础教程推荐
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- 如何使用 YouTube API V3? 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01