【发布时间】:2014-01-06 10:33:19
【问题描述】:
我在 Titan appcelerator 中开发了一个原生的安卓移动模块,现在我想添加该模块 Alloy app..我已将模块包含在 tiapp.xml 中并使用以下行来访问它
var sdk = require("ti.sdk");
其中 ti.sdk 是模块 ID....但在执行时仍然出现未找到请求的模块错误。
【问题讨论】:
-
你清理过构建应用程序吗?
-
否 @MitulBhalia..我只是 appceletor 的新手...如何清理构建它?
标签: android titanium appcelerator