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 中添加一个图标
基础教程推荐
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
