I get the error: intel is not defined

I get the error: intel is not defined

这 JavaScript 行:

var imei= intel.xdk.device.uuid;

曾经在 intel xdk 的 appFramework3 上工作。

我现在尝试在Framework7中使用它,但我总是得到错误:intel is not defined。

我在 intel xdk 3619 中使用 App Designer。

我可以做些什么或检查什么让它工作?

intel.xdk.* API 于 2015 年底 deprecated 并于 2016 年初停用。它们继续出现在旧的“模拟”选项卡中,看起来好像它们是仍然支持。

但是,新的“模拟”选项卡不支持那些已停用的 APIs,因此您可能会看到该错误。同样,Intel App Preview 不再支持它们。

您仍然可以通过包含插件(手动)将它们包含在您的应用程序中,但我们建议您不要这样做,因为它们已经停用并且不再维护。我们建议您在第三方 Cordova 插件的论坛中找到备用 API。