将 APK 上传到 Google Play 时出错
问题描述:
上传失败:
Your APK cannot be analyzed using 'aapt dump badging'. Error output:
to run aapt dump badging:
W/ResourceType(12713): Bad XML block: header size 28024 or total size 1702240364 is larger than data size 3783
ERROR: AndroidManifest.xml is corrupt
这是我尝试将 APK 上传到 Google Play 时遇到的错误,但我完全不确定该怎么做.我看过其他帖子,但无法解决我的问题.任何帮助表示赞赏!
This is the error I am getting when I attempt to upload an APK onto Google Play and am completely unsure of what to do. I have looked at other posts but am unable to fix my problem. Any help is appreciated!!
--莫克什
答
您的 apk 是在模拟器还是设备上运行..?再次清理并构建您的项目.使用您自己的密钥库对其进行签名,然后尝试上传它.
Is your apk run on emulator or device..? Clean and build your project again. Sign it with your very own keystore and then try to upload it.