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 中添加一个图标
基础教程推荐
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
