Titanium 未找到钛加速装置模块

Titanium 未找到钛加速装置模块,titanium,appcelerator,titanium-mobile,appcelerator-titanium,titanium-modules,Titanium,Appcelerator,Titanium Mobile,Appcelerator Titanium,Titanium Modules,我在为android构建Tianium appcelerator应用程序时遇到一个错误,下面是安装的模块: -模块 Android>com.pushwoosh.module和dk.napp.drawer tiapp.xml 所以我不知道为什么应用程序没有找到dk.app.drawer模块,下面是所有模块的屏幕截图: 再次感谢您的帮助在屏幕截图中,您只显示了iOS版本1.2.4。你也添加了android版本吗? 嘿,我不知道这个名单存在,谢谢米加,你救了我一天。 <modules>

我在为android构建Tianium appcelerator应用程序时遇到一个错误,下面是安装的模块:

-模块 Android>com.pushwoosh.module和dk.napp.drawer

tiapp.xml

所以我不知道为什么应用程序没有找到dk.app.drawer模块,下面是所有模块的屏幕截图:


再次感谢您的帮助

在屏幕截图中,您只显示了iOS版本1.2.4。你也添加了android版本吗?

嘿,我不知道这个名单存在,谢谢米加,你救了我一天。
<modules>
    <module platform="iphone">dk.napp.drawer</module>
    <module platform="android">dk.napp.drawer</module>
...
[ERROR] :  TiExceptionHandler: (main) [60613,103255] ----- Titanium Javascript Runtime Error -----
[ERROR] :  TiExceptionHandler: (main) [1,103256] - In ti:/module.js:303,2
[ERROR] :  TiExceptionHandler: (main) [0,103256] - Message: Uncaught Error: Requested module not found: dk.napp.drawer
[ERROR] :  TiExceptionHandler: (main) [0,103256] - Source:  throw new Error("Requested module not found: " + request); // TODO Set 'code' property to 'MODULE_NOT_FOUND' to match Node?
[ERROR] :  V8Exception: Exception occurred at ti:/module.js:303: Uncaught Error: Requested module not found: dk.napp.drawer
[ERROR] :  ViewRootImpl: sendUserActionEvent() mView == null