【发布时间】:2013-09-13 12:45:50
【问题描述】:
运行后
source build/envsetup.sh
lunch full-eng
make
emulator
模拟器窗口显示为空白,好像系统没有启动一样。
尝试使用lunch aosp_x86-eng 时也会发生同样的情况
emulator -verbosedoesn't show any errors 或其他不寻常的东西。
运行adb shell 时,我现在得到- exec '/system/bin/sh' failed: No such file or directory (2) -
我尝试运行make clobber,然后再次运行make,但没有帮助。
还尝试使用repo init .... && repo sync 再次同步整个代码库并且没有更改任何内容(repo diff 显示代码没有更改)。运行 emulator -no-window 仍然不会产生更好的结果,因为 adb shell 仍然无法工作。
上周,模拟器运行了一段时间,但随后停止,adb devices 将显示device offline。
我无法找到一种方法来获得导致问题的更详细的输出。我的怀疑是我在某个全局环境目录中卡住了一些东西(已经尝试过重置计算机,并删除 ~/.android 目录)
我在 MacbookPro 上运行 Mountain Lion。已安装英特尔 HAX。
谁能给点方向?
【问题讨论】:
标签: android-emulator android-source