Titanium Runtime error : Uncaught Error: Requested module not found: analytics.google

Titanium Runtime error : Uncaught Error: Requested module not found: analytics.google

[ERROR] : TiExceptionHandler: (main) [156,156] ----- Titanium Javascript 运行时错误 ----- [错误] : TiExceptionHandler: (main) [0,156] - In ti:/module.js:303,2 [错误]:TiExceptionHandler:(主要)[0,156] - 消息:未捕获错误:未找到请求的模块:analytics.google [错误] : TiExceptionHandler: (main) [0,156] - 来源:throw new Error('Requested module not found: ' + request); // TODO 将 'code' 属性 设置为 'MODULE_NOT_FOUND' 以匹配节点? [错误]:V8Exception:异常发生在 ti:/module.js:303:未捕获错误:未找到请求的模块:analytics.google

在 Android 模拟器上 运行 时出现上述错误。我在 API 级别 23 模拟器上使用 Ti SDK 7.0.0 和 运行。 我什至从 TiApp.xml 中删除了 analytics.google 模块,但仍然出现相同的错误。

有什么解决办法吗?

analytics.google 是您已(或未)包含在您的应用程序中的模块。如果 "I removed it" 你的意思是你已经从 tiapp.xml 中排除了它,那么你也应该从你的代码中删除它。

代码中的某处应该有 require('analytics.google')

另外...从 TiSDK 7.0 开始。0.GA 模块必须重新编译。查看 repository it looks like it hasn't been updated for 2 years. You can update the module yourself by using this guide or move to a better updated module

编辑:我看到该模块已在 PR 中更新。您也可以使用 that build 而不是