简体   繁体   English

在Google Play开发者控制台上上传的APK无法正常工作

[英]Apk upload on Google Play developer console not working

Strange problem here. 这里奇怪的问题。 I have a deployed application on Google Play. 我在Google Play上部署了应用程序。 From Google Play Developer Console I'm trying to update the current version of my app with the new apk (version code 22 vs version code 21), however, upload fails with a generic "Upload error" message. 我正在Google Play开发者控制台中尝试使用新的APK更新我的应用程序的当前版本(版本代码22与版本代码21),但是,上传失败,并显示一条通用的“上传错误”消息。 I already tried to launch lint command and it builds the project without any error. 我已经尝试启动lint命令,它可以正确构建项目。 Does anybody have any idea? 有人知道吗? Thanks 谢谢

在此处输入图片说明

By contacting the Google Support, they told us that the problem could be related to our DexGuard version. 通过联系Google支持人员,他们告诉我们该问题可能与我们的DexGuard版本有关。 After updating the library to last version (8.1.23), we regenerated the apk and uploaded it without any problem :) 将库更新到最新版本(8.1.23)后,我们重新生成了apk并上传了它,没有任何问题:)

I have also faced same issue few days before. 前几天我也遇到了同样的问题。 I have solved it by just changing version code and upload it again. 我已经解决了,只需更改版本代码并再次上传即可。

Now if you upload apk with version code 22, change it to 23 and upload it again, hopefully your issue will resolved. 现在,如果您上传的APK版本号为22,请将其更改为23,然后再次上传,希望您的问题能够解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM