将 Titanium Android 模块从 1.7.5 升级到 1.8.0.1
我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Android 上工作。
添加到清单文件中。如需更多参考,请查看此URL 。
I got worked on Android.
to be added on the manifest file. For further more reference check this URL.