【发布时间】:2013-04-29 14:04:07
【问题描述】:
我在带有 X.8.3 的 iMac 上,我正在尝试让我的测试应用程序与 Titanium Studio 和 Android SDK 2.2 一起工作,这些应用程序可以在 iPhone 模拟器上运行,但不能在 Android 上运行。
这是尝试在 Android Emulator 中执行应用时出现的终端错误
"[INFO] logfile = /Users/*****/Documents/Titanium_Studio_Workspace/Geocoder/build.log
[ERROR] : Build process exited with code 1
[ERROR] : Project failed to build after 208ms
[ERROR] : Emulator process exited with code 1"
日志文件也是这样写的。
我已经用 Eclipse 尝试了安卓模拟器,它运行良好!
在 Titanium Studio 的 Dashboard 页面上,Android SDK 的图标保持红色,它说
"Android 配置详细信息。 Android SDK 中缺少一件或多件。可能是Android SDK已经安装,Titanium Studio找不到目录,也可能是需要安装一些额外的组件。
所需物品:
缺少 Android SDK。 Titanium 需要 Android 平台 2.2。* 附加 Google API 版本 8"
我已经尝试将它全部删除并安装了 2 次,但它并没有改变任何东西。
在 Titanium / Studio / Plateforms / Android 的偏好中,android sdk 似乎没问题,下拉 android sdk 看到 android 4.2.2 和 Google API 的 3 个版本。
【问题讨论】:
-
我已经安装了 android api 8,现在它正在编译,但他说 [TRACE] adb devices 返回 0 个设备/模拟器。为什么我不能使用 android 22?
标签: android android-emulator titanium titanium-mobile