Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我启动了我的模拟器并尝试打开一个网站但我没有连接所以我检查了它的 Wi-Fi 选项并且它已关闭所以我尝试打开它但它没有打开它只是说 ERROR 并且没有任何反应。
这是模拟器的常见问题。有时,它会以奇怪的状态启动。这只是一个 Android adb 问题。这可能需要几次尝试,但请执行以下操作。
Exit the emulator From the command line execute: adb kill-server Wait 5 - 10 seconds then execute: adb start-server
您应该看到 adb 服务正在启动的消息。如果没有,请重复 2-3。在一些非常罕见的情况下,我一年只发生两次,你只需要重启你的机器。