Error with Uploading APK to Google Play

淺唱寂寞╮ 提交于 2019-12-11 12:19:18

问题


Upload failed:

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

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!!

-- Moksh


回答1:


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.




回答2:


Make sure following points are need to be taken care of while uploading file on android market

  • "android:versionCode" attribute from AndroidManifest.xml is proper.
  • "android:versionName" attribute from AndroidManifest.xml is proper.
  • The package name is very unique,. Because all the apps on android market are separated by the package.


来源:https://stackoverflow.com/questions/20626194/error-with-uploading-apk-to-google-play

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!