我必须编辑我的模拟器' hosts文件以连接到本地开发环境。我已按照以下步骤操作:
运行模拟器:
~/Library/Android/sdk/tools/emulator -writable-system -avd Nexus_5_API_19
在另一个终端/ cmd提示符中
adb reboot
adb root
adb -s emulator-5554 remount
adb -s emulator-5554 pull /system/etc/hosts hosts
add the IP to host file
adb -s emulator-5554 push hosts /system/etc/hosts
adb reboot
现在每当我尝试从AVD Manager启动我的模拟器时,它都没有响应。我总是要开始:
~/Library/Android/sdk/tools/emulator -writable-system -avd Nexus_5_API_19
我提到我在High Sierra工作。
答案 0 :(得分:0)
我遇到了同样的问题。您可以执行以下操作来解决此问题
现在您可以正常启动模拟器了。