如何解决应用程序 class 错误

how to resolve application class error

我已经创建了一个 LiveCode 应用程序,现在想将它变成 Android 的独立应用程序。

作为 Windows 独立测试时,一切正常。当我尝试独立创建 Android 时,收到以下错误消息:

There was an error while saving the standalone application cannot compile application class.

如何解决这个问题?

以下问题可能会导致此问题:

  1. 您没有安装 Android SDK
  2. 您安装了 Android SDK,但没有安装 Android 平台的 2.2 版软件包
  3. 您没有在 Livecode 的应用程序首选项中指定 Android SDK 的(正确)位置
  4. Android SDK 与独立版中包含的文件不兼容或缺少文件
  5. 由于权限问题,Android命令行工具无法将.apk文件写入目标位置