Android:无法启动模拟器

时间:2012-03-29 23:53:46

标签: android android-emulator

我无法在eclipse中启动我的android模拟器。我总是遇到以下错误消息

"Failed to start emulator: Cannot run program "/Users/anandmadhusoodanan/Desktop/Assignments/Spring-2012/Embedded_Systems_Programming/android-sdk-macosx//tools/emulator": error=1, Operation not permitted" where
 "/Users/anandmadhusoodanan/Desktop/Assignments/Spring-2012/Embedded_Systems_Programming/android-sdk-macosx" is the path of my sdk.

我尝试过重新安装ADT插件,sdk甚至是eclipse。 我正在使用Mac OS。

2 个答案:

答案 0 :(得分:2)

@符号表示存在相关文件的扩展属性。要验证应用于文件的扩展属性,请使用:

ls -l@

您可能会发现(就像我一样)文件中有一个com.apple.quarantine属性,可以通过以下方式删除:

xattr -dr com.apple.quarantine sdkFolder

其中sdkFolder应替换为您将SDK解压缩到的文件夹的名称。

答案 1 :(得分:0)

检查您是否在模拟器上具有执行权限

尝试

$chmod 755 emulator