mac 安装Android Emulator
下载完模拟器,打开报题目错误
mac Could not automatically detect an ADB binary. Some emulator functionality will not work until a custom path to ADB is added. This can be done in Extended Controls (…) > Settings > General tab > 'Use detected ADB location
原因:未检测到ADB 二进制文件
解决:
关闭use detected ADB location
选择Android SDK的platform-tools
参考:
https://stackoverflow.com/questions/39617997/could-not-automatically-detect-an-adb-binary-android-studio/48219297