Android 市场发布问题

发布于 2024-09-03 13:04:02 字数 436 浏览 4 评论 0原文

我有一个应用程序,我刚刚更新为 froyo 以利用它 迁移至 SD 卡功能。我现在正在尝试将更新上传到 市场,但我不断收到以下错误:“该文件是 无效:W/ResourceType(7193):错误的字符串块:最后一个字符串不是 0- 获取“android:label”属性时发生错误:属性不是 字符串值”。我将清单中的值更改为 "android:label="@string/app_name" " 到 "android:label="test" " 和 上传了它,然后它开始抱怨图标,说 它不是一个字符串。有人有什么想法吗? 我的清单的应用程序部分如下所示,我是正确的 使困惑。该应用程序编译成APK,甚至安装并运行良好 在我的 N1 上(从 SD 卡安装),它只是无法上传到市场。 任何帮助将不胜感激,我完全不知道 怎么了,好像我已经尝试了我能想到的一切 包括重新安装eclipse。 干杯 史蒂夫

I have an app which I have just updated to froyo to take advantage of
the move to SD card feature. I am now trying to upload the update to
the market but I keep getting the following error: "The file is
invalid: W/ResourceType( 7193): Bad string block: last string is not 0-
terminated ERROR getting 'android:label' attribute: attribute is not a
string value". I changed the value in the manifest from
"android:label="@string/app_name" " to "android:label="test" " and
uploaded it, then it started complaining about the icon, saying that
it wasn't a string. Anyone have any ideas?
The application part of my manifest is shown below and I'm properly
confused. The app compiles into an APK, it even installs and runs fine
on my N1 (installing from SD card) it just won't upload to the market.

Any help would be greatly appreciated, I have absolutely no idea
what's wrong, seems like I've tried everything I can think of
including re-installing eclipse.
Cheers
Steve

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

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

发布评论

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

评论(1

來不及說愛妳 2024-09-10 13:04:02

你运行过 zipalign 吗?

如果您在 Eclipse 中右键单击您的项目,您可以转到 Android 工具,然后导出签名的应用程序包。这将执行 zipalign 并引导您完成签名过程。

编辑:
请尝试定义您的所有资源 - 似乎您的部分/全部字符串/图标/等资源尚未定义。 Eclipse 在正常情况下会处理所有这些事情,所以我不确定是什么导致了这种情况?

Did you run zipalign against it?

If you right click on your project in eclipse, you can go to Android tools, then export signed Application Package. This does the zipalign and walks you through the signing process.

EDIT:
Please try defining all of your resources - it appears that some/all of your string/icon/etc resources have not been defined. Eclipse takes care of all of these things under normal circumstances, so I'm not sure what led up to this situation?

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