将应用程序上传到 google play 时,您需要在 APK 中添加一个图标

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

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)