找不到 Titanium appcelerator 模块
Titanium appcelerator module not found
我在为 android 构建钛 Appcelerator 应用程序时遇到错误,下面是安装的模块:
- 模块
Android > com.pushwoosh.module 和 dk.napp.drawer
tiapp.xml
<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
所以我不知道为什么应用程序找不到 dk.app.drawer 模块,这里是所有模块的屏幕截图:
再次感谢您的帮助
在屏幕截图中,您只显示版本 1.2.4,即 iOS 版本。您是否也添加了 android 版本?
https://github.com/viezel/NappDrawer/tree/master/android/dist
我在为 android 构建钛 Appcelerator 应用程序时遇到错误,下面是安装的模块:
- 模块 Android > com.pushwoosh.module 和 dk.napp.drawer
tiapp.xml
<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
所以我不知道为什么应用程序找不到 dk.app.drawer 模块,这里是所有模块的屏幕截图:
再次感谢您的帮助
在屏幕截图中,您只显示版本 1.2.4,即 iOS 版本。您是否也添加了 android 版本? https://github.com/viezel/NappDrawer/tree/master/android/dist