1


我刚刚在 Ubuntu 11.10 上为 Android 开发配置了 eclipse。
当我尝试启动模拟器时,它会显示以下错误。

在此处输入图像描述

控制台说:

[2012-08-24 22:15:12 - Test two] Android Launch!
[2012-08-24 22:15:12 - Test two] adb is running normally.
[2012-08-24 22:15:12 - Test two] Performing com.project.test.two.MainActivity activity launch
[2012-08-24 22:15:12 - Test two] Automatic Target Mode: launching new emulator with compatible AVD 'avd14'
[2012-08-24 22:15:12 - Test two] Launching a new emulator with Virtual Device 'avd14'
[2012-08-24 22:15:12 - Test two] Launch canceled!


我还安装了ARM EABI v7a 系统映像API 级别 14 (4.0)
SDK 平台,还按照 SDK 管理器中的说明安装了 Google API 和示例 SDK。

Android SDK 工具:20.0.3
Android SDK platform-tools 14

我该如何解决?

4

1 回答 1

1

在您的终端中运行此命令 chmod +x /sdk/tools/android 它对我来说适用于同样的问题。尝试这个。

于 2015-05-11T14:04:03.390 回答