Android 开发者“上传新的 APK 到生产 99% 完成"并卡住 [英] Android developer "Upload new APK to Production 99% complete" and stuck

查看:11
本文介绍了Android 开发者“上传新的 APK 到生产 99% 完成"并卡住的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

过去两天我尝试通过 Google Play 开发者控制台上传应用程序,但在 Firefox 中上传到99% 完成"或在 chrome 中处理"之前,apk 才会上传并且卡住了.

I have attempted to upload an app via the Google Play Developer Console for the last two days, but the apk uploads until "99% complete" in firefox or until "processing" in chrome and the is stuck.

这不是我的第一个应用程序.我已经顺利上传并发布了另外两个.

This is not my first app. I have uploaded and published two others without incident.

我尝试了以下所有相同结果的上传:

I have attempted the upload with following with all the same result:

*Firefox 28.0 (Ubuntu 13.10)

*Firefox 28.0 (Ubuntu 13.10)

*Firefox 28.0 隐身版 (Ubuntu 13.10)

*Firefox 28.0 Incognito (Ubuntu 13.10)

*Chromium 版本 33.0.1750.152 (Ubuntu 13.10)

*Chromium Version 33.0.1750.152 (Ubuntu 13.10)

*Chromium 版本 33.0.1750.152 (Ubuntu 13.10) 隐身版

*Chromium Version 33.0.1750.152 (Ubuntu 13.10) Incognito

*Galaxy Nexus Android 4.2.1 手机上的 Chrome 手机 33.0.1750.166

*Chrome mobile 33.0.1750.166 on Galaxy Nexus Android 4.2.1 phone

*Chrome (Windows 8)

*Chrome (Windows 8)

日志开始正常:

发布 https://play.google.com/apps/publish/upload [HTTP/1.1 200 OK 537ms] POST https://clients2.google.com/uploadstats [HTTP/1.1 200 OK 1402ms] POST https://clients2.google.com/uploadstats [HTTP/1.1 200 OK 1457ms] POST https://play.google.com/apps/publish/upload

POST https://play.google.com/apps/publish/upload [HTTP/1.1 200 OK 537ms] POST https://clients2.google.com/uploadstats [HTTP/1.1 200 OK 1402ms] POST https://clients2.google.com/uploadstats [HTTP/1.1 200 OK 1457ms] POST https://play.google.com/apps/publish/upload

然后它完成了 99% 并且这些错误开始发布:

then it hits 99% complete and these errors start posting:

发布 https://play.google.com/apps/publish/upload [HTTP/1.1 503 服务不可用 3816 毫秒] POST https://play.google.com/apps/publish/upload [HTTP/1.1 503 服务不可用 739 毫秒] POST https://play.google.com/apps/publish/upload [HTTP/1.1 503 Service Unavailable 668ms] POST https://play.google.com/apps/publish/upload

POST https://play.google.com/apps/publish/upload [HTTP/1.1 503 Service Unavailable 3816ms] POST https://play.google.com/apps/publish/upload [HTTP/1.1 503 Service Unavailable 739ms] POST https://play.google.com/apps/publish/upload [HTTP/1.1 503 Service Unavailable 668ms] POST https://play.google.com/apps/publish/upload

我还尝试在 AndroidManifest.xml 中升级版本.

I also tried advancing the version in the AndroidManifest.xml.

作为测试,我将有问题的 apk 添加到了 Amazon Appstore.没有困难.apk 无缝上传.Google Play 商店问题?

As a test I added the apk in question to the Amazon Appstore. No difficulties. The apk uploaded seamlessly. Google Play Store issue?

还尝试在开发者控制台中添加新应用程序,然后上传 apk.

Also tried adding a new application in the developer console and then uploading the apk.

还尝试从头开始并在 Eclipse 中重建应用程序,然后尝试上传新的 apk.没有运气

Also tried starting from scratch and rebuilding the app in Eclipse and then attempted to upload the new apk. No luck

我一直在通过 Google 帮助发送电子邮件.8 天前,他们要求提供有问题的 apk 和上传卡住时生成的 HAR 文件.我都寄了.他们回答说他们正在调查这个问题.几天后,这个问题与其他遇到同样问题的人一起活跃起来!我再次发电子邮件说我仍然遇到问题.

I have been emailing with Google Help. 8 days ago they asked for the apk in question and HAR file generated when the upload gets stuck. I sent both. They replied they were looking into the issue. A few days later this question came alive with others experiencing the same issues! I emailed again that I was still encountering issues.

然后在 3 月 19 日,他们回复并要求:

Then on March 19th they responded and asked for:

  • 错误消息的屏幕截图.
  • 您尝试上传的 APK
  • 您能够测试的浏览器版本和您正在使用的操作系统类型.
  • 来自浏览器错误控制台或 http 日志的信息.
  • 您采取了哪些措施来重现此问题?

还有其他建议吗?

推荐答案

Google 支持团队发现了我的具体问题:

My specific issue was identified by the Google Support team:

我们的专家发现 APK 在验证图标和证书的步骤.

Our specialists have found that the APK was getting stuck during the step where we verify the icon and the certificates.

将 aapt 转储与您应用的清单进行比较,有一些与图标位置不一致.你会想开始在那里进行故障排除.如果修复图标后仍然遇到上传问题,仔细检查您的证书和签名过程.

Comparing the aapt dump to your app's manifest, there are some inconsistencies with the icon location. You would want to start troubleshooting there. If after fixing the icon you still encounter upload issues, double check your certificates and your signing procedure.

这个问题完全是我作为一个缺乏经验的新开发者的问题.

The issue was entirely mine as a new and inexperienced developer.

在 Eclipse 中替换图标并重做密钥后,有问题的 .apk 已顺利上传并已发布.

Upon replacing the icon and redoing the key in Eclipse, the .apk in question uploaded without incident and is now published.

Google 团队还为寻求帮助的人提出了以下建议:

The Google Team also made the following suggestion for those searching for help:

有关运行 aapt 的更多信息,请参阅以下文章的测试应用程序所需的功能"部分:http://developer.android.com/guide/topics/manifest/uses-feature-element.html.

For more information on running aapt, please see the "Testing the features required by your application" section of the following article: http://developer.android.com/guide/topics/manifest/uses-feature-element.html.

这篇关于Android 开发者“上传新的 APK 到生产 99% 完成"并卡住的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆