【发布时间】:2014-08-26 20:12:38
【问题描述】:
我正在尝试使用 java 1.6.0_65 在 mac 10.7.5 上构建 AOSP 4.2.2。我跟着源网站编译。 build/envsetup.sh,午餐全英。 如何在模拟器上启动构建?我知道一旦构建完成,我们应该能够运行模拟器来启动模拟器。但是现在我当我运行模拟器命令时它说
emulator: command not found
我查看了 out/host/darwin-x86/bin,发现缺少模拟器二进制文件。正如android文档所说
Symptom: The emulator (any version) built on MacOS 10.7 Lion and/or on XCode 4.x doesn't start.
Cause: Some change in the development environment causes the emulator to be compiled in a way that prevents it from working.
Fix: Use an emulator binary from the SDK, which is built on MacOS 10.6 with XCode 3 and works on MacOS 10.7.
我可以从 10.6 上创建的构建中移植二进制文件吗?
【问题讨论】:
标签: android android-emulator android-source