Titanium Mobile:找不到请求的模块

发布于 2025-01-03 18:47:34 字数 540 浏览 4 评论 0 原文

我从昨天开始就试图解决一个小问题,但还没有找到解决方案,我已经在我的 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

如有帮助,敬请谅解。

I am trying to solve a little problem since yesterday, but no solution found yet, I have everything installed for Titanium Mobile on my Ubuntu 10.04 LTS, but i still couldn't figure out where exactly i need to add a module. All the documentations talks about installing the module in /Library/Application Support/Titanium/modules on MacOS which i don't have in Ubuntu.
I added the module under ~/.titanium/modules after extracting it from the zip, also added in tiapp.xml

<modules>
         <module version="0.3">com.googlecode.quicktigame2d</module>
</modules>

but i still get the error

 Requested module not found : com.googlecode.quicktigame2d

any help is appreciated.

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

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

发布评论

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

评论(2

左秋 2025-01-10 18:47:35

问题出在模块文件的名称上。这是 Ubuntu 和其他 Linux 系统上所有 Titanium 模块的问题,因为它们对文件名区分大小写。

只需更改(例如模块):

~/.titanium/modules/android/com.googlecode.quicktigame2d/0.9/QuickTiGame2dModuleAndroid.jar

希望

~/.titanium/modules/android/com.googlecode.quicktigame2d/0.9/quicktigame2dmoduleandroid.jar

这会对您有所帮助。

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):

~/.titanium/modules/android/com.googlecode.quicktigame2d/0.9/QuickTiGame2dModuleAndroid.jar

To

~/.titanium/modules/android/com.googlecode.quicktigame2d/0.9/quicktigame2dmoduleandroid.jar

Hope this will help you.

川水往事 2025-01-10 18:47:35

windows - 您的模块应该放置在

C:\Users\<<username>>\AppData\Roaming\Titanium\modules\android

下载 com.googlecode.quicktigame2d 模块

,您可以从quicktigame2d

并解压到上述文件夹

windows - your module should place in

C:\Users\<<username>>\AppData\Roaming\Titanium\modules\android

and you can download com.googlecode.quicktigame2d module from

quicktigame2d

and unzip on above folder

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