Reputation: 544
I launched up my emulator and tried opening a website but I doesn't connect so I checked its Wi-Fi options and it was off so I tried turning it on but it doesn't turn on, it just says ERROR and nothing happens.
Upvotes: 0
Views: 1047
Reputation: 1761
This is a common problem with the emulator. Occasionally, it boots up in a weird state.it's just an Android adb issue. It may take a couple of tries, but do the following.
Exit the emulator
From the command line execute: adb kill-server
Wait 5 - 10 seconds then execute: adb start-server
You should see a message that the adb service is starting. If not, repeat 2-3. In some very rare cases, it's only happened twice all year to me, you'll just need to reboot your machine.
Upvotes: 1