pol*_*lef 16 icons android android-manifest google-play
这里没有类似的问题,但谷歌搜索其他人有同样的问题.没有推荐的修复程序正常工作.
完整的错误是:
该文件无效:W/ResourceType(32055):无法在包0中输入0x7f050001(t = 4 e = 1)(错误-75)错误获取'android:icon'属性不是字符串值
这是我的清单:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dominoes"
android:versionCode="10"
android:versionName="2.00">
<application android:icon="@drawable/myicon" android:label="@string/app_name">
<activity android:name=".Dominoes"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
<uses-sdk android:minSdkVersion="3"
android:targetSdkVersion="4" />
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="false" />
</manifest>
Run Code Online (Sandbox Code Playgroud)
图像"myicon.png"位于res/drawable文件夹中.这是96x96 .png.
pol*_*lef 16
好吧,在用这个愚蠢的bug搞砸了几个小时之后,我自己找到了答案.这是我的少数几个本地化为西班牙语的应用程序之一,因此我的res目录具有以下内容:
RES /值恩
RES /值-ES
这显然在之前版本的Android Market中运行良好.我想上次我更新这个应用程序是在一年多前了.
无论如何,结果我只需要一个普通的值目录:
RES /值
RES /值恩
RES /值-ES
我只是将values-en目录的内容复制到values目录中,现在Android Market很高兴,让我上传我的.apk.在我遇到的任何研究中,我都没有看到这个特别的答案,所以希望这有助于某人.
| 归档时间: |
|
| 查看次数: |
8971 次 |
| 最近记录: |