While Uploading App in Google Play is shows Upload failed You need to check the icon inside your APK because it is not valid(虽然在 Google Play 中上传应用程序显示上传失败 您需要检查 APK 中的图标,因为它无效)
问题描述
请任何人告诉如何消除此错误.
Please any one tell how to remove this error.
谢谢
推荐答案
我已经解决了这个问题.我已将 apk 文件重命名为 zip 并探索可绘制文件夹,发现有一些图像我已经从项目中删除了,但它们仍然显示在 apk 中.删除这些文件后,apk 上传成功.我不知道为什么删除的图像仍在 apk 的可绘制文件夹中.
I have solved the issue. I have renamed the apk file to zip and explore the drawable folder and found there was some images which i have already deleted from project but they are still showing in apk. After deletion of those files the apk uploaded successfully. I do not why the deleted images still in apk's drawable folder.
这篇关于虽然在 Google Play 中上传应用程序显示上传失败 您需要检查 APK 中的图标,因为它无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:虽然在 Google Play 中上传应用程序显示上传失败 您需要检查 APK 中的图标,因为它无效
基础教程推荐
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
