在 Android 市场发布时出错

发布于 2025-01-08 05:45:14 字数 279 浏览 1 评论 0原文

我是一名 Android 开发者。在我的工作中,我必须每天上传新版本的应用程序。

问题是在近三到四个星期的时间里,我每次尝试在市场上上传时都会遇到以下错误。

The server could not process your apk. Try again.

重试近20次后,应用程序正在上传。任何人都可以解释一下发生了什么以及问题是我的还是在 android 市场......请为我提供一个解决方案。

提前致谢。

问候, 狙击手

I am an Android developer. In part of my job I have to upload a new version of our application daily.

The problem is for nearly three to four weeks I get following error at every time when I try to upload in market.

The server could not process your apk. Try again.

After retrying for nearly 20 times the application is uploading. Can any one pls explain what's happening and whether the problem is mine or in android market.... Pls provide me a solution.

Thanks in advance.

Regards,
Sniper

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

老娘不死你永远是小三 2025-01-15 05:45:14

题外话:我是唯一一个认为每天上传新版本太过分的人吗?您每天都会添加新功能吗?

回归正题:上周市场存在一个普遍问题。

您更改了签名证书吗?

Off topic: Am I the only one who is thinking that uploading a new version each day is an overkill? Are you adding new features each day?

Back on topic: There was a general problem in the market last week.

Have you changed your signing certificate?

与他有关 2025-01-15 05:45:14

我认为该问题是由于许多不同的应用程序尝试同时上传而发生的。尝试在不同的时间上传。

I think the probelm was occured due to lots of different applications trying to upload in same time. Try upoading in different time.

诗酒趁年少 2025-01-15 05:45:14

如果您正确遵循应用程序上传指南,即使用相同的密钥库管理正确的 VersionCode 和 VersionName 以及应用程序签名,则问题可能出在 Android Market 端。

我在将我的应用程序上传到市场时也遇到了问题,即我的应用程序已上传(更新)到市场,但更新直到 5 到 7 小时才可见。

If you are following the application upload guidelines properly i.e. managing proper VersionCode and VersionName and app signing with same keystore, than the problem could be at Android Market side.

I have also faced the problem while uploading my app on market i.e. my application is uploaded(update) to the market but the update was not visible till 5 to 7 hours.

思慕 2025-01-15 05:45:14

假设您不必更改 apk 中的任何内容,只需刷新约 20 次即可生效,那么这意味着问题出在服务器上。

如果您尝试发送完全相同的文件两次,但它只能运行一次,那么问题几乎肯定出在服务器上。

但是,

如果您更改了有关 apk 的任何内容,这可能会给您带来问题。如果文件名更改或版本代码更改,则很可能是问题所在。即使apk在上传失败和上传成功之间重建,那么还涉及其他因素,并且可能不是服务器。

Assuming you don't have to change anything in the apk and just hit refresh ~20 times until it works, then this implies the issue is on the server.

If you are trying to send the exact same file twice and it only works once, then the problem is almost guaranteed to be on the server.

BUT

if you change anything about the apk, it could be an issue on your side. If the file name is changed or the version code is changed, then that would most likely be the issue. Even if the apk is rebuilt between a failed upload and a successful upload, then there are other factors involved and it might not be the server.

水晶透心 2025-01-15 05:45:14

您是否检查 AndroidManifest.xml 中是否有任何空标签?值得检查。

Did you check for any empty tags in AndroidManifest.xml ? Its worth to check.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文