将 Titanium Android 模块从 1.7.5 升级到 1.8.0.1

发布于 2024-12-27 18:42:34 字数 525 浏览 4 评论 0原文

我已经在 Titanium 版本 1.7.5 中为 C2DM 推送通知创建了一个 Titanium Android 模块。最近,我将 Titanium studio 升级到了 1.8.0.1,当我尝试运行我创建的模块时,构建退出并显示以下错误消息

[DEBUG] Looking for Titanium Module id: com.xxx.yyyy.zzzz, version: 0.1, platform: android
[DEBUG] module_id = com.xxx.yyyy.zzzz
[ERROR] The 'apiversion' for 'com.xxx.yyyy.zzzz' in the module manifest is not a valid value.  Please use a version of the module that has an 'apiversion' value of 2 or greater set in it's manifest file

=================

谢谢

I already created a Titanium Android module for C2DM Push notifications in Titanium version 1.7.5. Recently I have upgraded my Titanium studio to 1.8.0.1, when I try to run the module I created, the build quits by saying following error message

[DEBUG] Looking for Titanium Module id: com.xxx.yyyy.zzzz, version: 0.1, platform: android
[DEBUG] module_id = com.xxx.yyyy.zzzz
[ERROR] The 'apiversion' for 'com.xxx.yyyy.zzzz' in the module manifest is not a valid value.  Please use a version of the module that has an 'apiversion' value of 2 or greater set in it's manifest file

=================

Thanks

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

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

发布评论

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

评论(1

冰葑 2025-01-03 18:42:34

我在 Android 上工作。

apiversion: 2

添加到清单文件中。如需更多参考,请查看此URL

I got worked on Android.

apiversion: 2

to be added on the manifest file. For further more reference check this URL.

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