【发布时间】:2017-09-17 00:44:29
【问题描述】:
我正在尝试为 Android 构建我的 Titanium 应用程序,但它不断抱怨
[ERROR] Unable to find Android SDK API 23
[ERROR] Android SDK API 23 is required to build Android apps
确保我安装了 Android API Level 23 (Marshmallow):
Titanium 仍然继续输出上述错误。尝试构建 .apk 以及尝试在我的 android 设备上运行调试构建时会发生这种情况。尝试在模拟器上运行调试版本会导致它抱怨没有找到模拟器,即使模拟器存在并且当前正在运行。
这是 Titanium 环境检查的输出: 我已经安装了兼容版本的工具和平台工具,但环境检查似乎只传递有关最新安装版本的信息。
我错过了什么?
感谢任何帮助。
【问题讨论】:
-
您解决了这个问题吗?
-
我觉得这个问题和新的
Android SDK Platforms-tools version 25.0.5是你安装的有关吗,在SDK管理器里看看
标签: android titanium titanium-mobile titanium-alloy