Android市场错误:"服务器无法处理您的apk。再试一次&QUOT。 [英] Android Marketplace Error: "The server could not process your apk. Try again."

查看:140
本文介绍了Android市场错误:"服务器无法处理您的apk。再试一次&QUOT。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个更新的APK - 对各种设备和仿真实例测试成功 - 用下面的清单:

I have an updated apk - tested successfully on various devices and simulator instances - with the following manifest:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.myCompany.appName"
      android:versionCode="2"
      android:versionName="1.0.1">      
    <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="5" />
    <uses-permission android:name="android.permission.INTERNET" />
    <supports-screens
          android:largeScreens="true"
          android:normalScreens="true"
          android:smallScreens="true" />
    <application android:icon="@drawable/icon" android:label="@string/icon_name" android:debuggable="false">
        <activity android:name=".myActivity" android:configChanges="keyboardHidden|orientation">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>
</manifest> 

当我发布到Android市场的升级,以我现有的1.0的应用程序,我得到了上述暧昧的短信:

When I post to Android Marketplace as an upgrade to my existing 1.0 app, I get the aforementioned ambiguous message:

服务器无法处理您的   APK。请再试一次。

"The server could not process your apk. Try again."

我一直在寻找出可能发生的事,但没有成功的希望在别处此消息搜索。 (一个流行的建议是将使用-SDK 元素清单的顶部,但你可以看到它的的的顶部。)

I've searched elsewhere for this message in hopes of finding out what might be happening, to no avail. (A popular suggestion is to move the uses-sdk element to the top of the manifest, but as you can see it's already at the top.)

欢迎线索/ AP preciated。

Clues welcome/appreciated.

更新:我只是试图再次上传同一文件。现在,我得到一个新的消息:

Update: I just tried to upload the same file again. Now I get a new message:

新的apk版本code(2)   AndroidManifest.xml中必须更高   比老的apk版本code(2)。   服务器无法处理您的apk。   请再试一次。

The new apk's versionCode (2) in AndroidManifest.xml must be higher than the old apk's versionCode (2). The server could not process your apk. Try again.

SOOOO市场的没有的获取毕竟我升级APK? (最先接受的apk版本code为1,所以此更新当然被撞2)糊涂......

Soooo Marketplace did get my upgraded apk after all? (The very first accepted apk's versionCode was 1, so this update was of course bumped to 2.) Confused …

碰碰它到3,然后再次尝试。惊喜惊喜,我一遍得到原无法处理的错误。在兜圈子。嗯...:(

Bumping it up to 3 and trying again. Surprise surprise, I get the original "could not process" error all over again. Going in circles. Hmm ... :(

Nuther更新::如果我退出并重新进入卖场页面,现在它显示该应用程序已上传!除了没有应用程序图标。奇妙而又奇妙...这是一切都发生了缓存清除(标准型),浏览器启动。

Nuther Update: If I exit and re-enter the Marketplace page, now it shows that the app has been uploaded! Except there's no app icon. Curiouser and curiouser ... and this is all happening with a cache-cleared (standards-friendly) browser to boot.

所以 - 我相信上传?或者重新开始......版本code =4?我想要的是得到一个坚实的上传成功,这里的图标,准备发布回应型。

So - do I trust the upload? Or start over ... with versionCode="4"? All I want is to get a solid "Upload successful, here's the icon, ready to publish" type of response.

推荐答案

运行这个工具,你可以找到在SDK平台工具这个工具

Run this tool, you can find this tool in SDK Platform Tools

AAPT转储徽章&LT; path_to_exported_.apk&GT;

和修复错误。我收到这个来自谷歌的支持。

and fix the errors. I receive this from google support.

这篇关于Android市场错误:&QUOT;服务器无法处理您的apk。再试一次&QUOT。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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