【发布时间】:2015-07-09 04:38:57
【问题描述】:
我正在使用 Mac OS 上的 Android Studio 开发 Android 应用程序。它工作得很好,但是现在,在 Android Studio 中启动 AVD 时,我在 Android 控制台中收到错误“Throwable: No emulator binary found”。有没有人遇到过这个问题?
【问题讨论】:
我正在使用 Mac OS 上的 Android Studio 开发 Android 应用程序。它工作得很好,但是现在,在 Android Studio 中启动 AVD 时,我在 Android 控制台中收到错误“Throwable: No emulator binary found”。有没有人遇到过这个问题?
【问题讨论】:
禁用然后启用 ADB 集成
在 Android Studio 中转到
Menu -> Tools
Android
Enable ADB Integration (uncheck box)
Enable ADB Integration (check box)
【讨论】: