Titanium Mobile:找不到请求的模块
我从昨天开始就试图解决一个小问题,但还没有找到解决方案,我已经在我的 Ubuntu 10.04 LTS 上安装了 Titanium Mobile 的所有内容,但我仍然无法弄清楚我到底需要在哪里添加模块。所有文档都讨论了在 MacOS 上的 /Library/Application Support/Titanium/modules 中安装模块,但我在 Ubuntu 中没有。 从 zip 中提取模块后,我在 ~/.titanium/modules 下添加了该模块,也在 tiapp.xml 中添加了该模块,
<modules>
<module version="0.3">com.googlecode.quicktigame2d</module>
</modules>
但我仍然收到错误,
Requested module not found : com.googlecode.quicktigame2d
如有帮助,敬请谅解。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题出在模块文件的名称上。这是 Ubuntu 和其他 Linux 系统上所有 Titanium 模块的问题,因为它们对文件名区分大小写。
只需更改(例如模块):
希望
这会对您有所帮助。
The problem is in name of module file. This is the problem for all Titanium modules on Ubuntu and other Linux systems because they are case sensitive for file names.
Just change (for example module):
To
Hope this will help you.
windows - 您的模块应该放置在
下载 com.googlecode.quicktigame2d 模块
,您可以从quicktigame2d
并解压到上述文件夹
windows - your module should place in
and you can download com.googlecode.quicktigame2d module from
quicktigame2d
and unzip on above folder