简体   繁体   English

找不到钛制加速器模块

[英]Titanium appcelerator module not found

I'm facing an error when building my titanium appcelerator application for android, below are modules installed : 在构建用于Android的Titanium Appcelerator应用程序时遇到错误,以下模块已安装:

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

tiapp.xml tiapp.xml

<modules>
    <module platform="iphone">dk.napp.drawer</module>
    <module platform="android">dk.napp.drawer</module>
...

When i build the app, and run it from device i get following error : 当我构建应用程序并从设备运行它时,出现以下错误:

[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

So i don't know why the app doesn't found the dk.app.drawer module, here is a screenshot of all modules: 所以我不知道为什么该应用程序找不到dk.app.drawer模块,这是所有模块的屏幕截图:

模组

Thanks again for your helps 再次感谢您的帮助

In the screenshot you only show the version 1.2.4 which is the iOS version. 在屏幕快照中,您仅显示iOS的版本1.2.4。 Did you add the android version too? 您是否也添加了android版本? https://github.com/viezel/NappDrawer/tree/master/android/dist https://github.com/viezel/NappDrawer/tree/master/android/dist

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM