1

我已经在 Titanium 版本 1.7.5 中为 C2DM 推送通知创建了 Titanium Android 模块。最近我将我的 Titanium 工作室升级到 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

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

谢谢

4

1 回答 1

1

我在Android上工作。

apiversion: 2

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

于 2012-01-20T17:29:40.493 回答