无法上传APK到Google Play [英] Failed to upload apk to google play

查看:1516
本文介绍了无法上传APK到Google Play的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图上传我介绍最新的已发布应用程序的版本时,只得到了以下错误报告:

I just got the following error report when attempting to upload my lastest version of an already published app:

 Upload failed

Your APK cannot be analysed using 'aapt dump badging'. Error output:

Failed to run aapt dump badging:
W/ResourceType(12572): Failure getting entry for 0x7f020095 (t=1 e=149) in package 0 (error -75)
W/ResourceType(12572): Failure getting entry for 0x7f020095 (t=1 e=149) in package 0 (error -75)
W/ResourceType(12572): Failure getting entry for 0x7f020095 (t=1 e=149) in package 0 (error -75)
ERROR getting 'android:icon' attribute: attribute is not a string value

即使你不知道完整的解释,我仍然有兴趣在任何可能的线索。例如什么是资源型12572?而什么是转储徽章?有什么能未能获得入境呢?

Even if you don't know the full explanation, I'm still interested in any possible clues. For example what is a resourcetype 12572? and what is "dump badging"? and what could a failure to get entry mean?

编辑:在回答一些评论...

In answer to some comments...

我没有在这个最新版本更改图标文件的名称(这可能是一个线索)。清单现在包含(其中包括大量的其他的东西......):

I did change the name of the icon file in this most recent version (this could be a clue). The manifest now contains (amongst a ton of other stuff...):

<application
    android:icon="@drawable/mygameapp_icon"
    android:screenOrientation="portrait"

我也有英文和韩文我的应用程序中的文本。这是通过安排有一个名为strings.xml中的目录中名为res /值,并在一个名为strings.xml中的一个名为res /值-KO

I also have the text in my app in english and Korean. This is arranged by having the english strings in a file called strings.xml in a directory called res/values and a set of Korean strings in a file called strings.xml in a directory called res/values-ko

推荐答案

回答我的问题...

我只注意到我在绘制-XLARGE,绘制大型,绘制正常,绘制小,但不能在普通的老式绘不同大小的mygameapp_icon.png文件。把一个新的图标绘了我的问题消失了。

I just noticed that I have different sized mygameapp_icon.png files in drawable-xlarge, drawable-large, drawable-normal, drawable-small, but not in plain old "drawable". Putting a new icon in drawable made my problem disappear.

虽然现在我很困惑,当可能会在图标平淡的绘制使用? ?如果该设备的完全不适合尺寸......或者我应该写不同的东西什么机器人:图标=@绘制/ mygameapp_icon? somethink类似于安卓图标=@绘制/ some_kind_of_wildcard / mygameapp_icon ??

Though now I'm confused, when might the icon in plain "drawable" be used? what if its a completely unsuitable size for that device?... or should I have written something different to android:icon="@drawable/mygameapp_icon" ? somethink akin to android:icon="@drawable/some_kind_of_wildcard/mygameapp_icon" ??

这篇关于无法上传APK到Google Play的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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