Reputation: 15
I am trying to debug my Android app using the emulator, but the device won't come online. Here is a screen capture of my Android Studio (v. 2.2.1) when I try to launch the emulator:
I have tried all the solutions that has been provided here.
Upvotes: 1
Views: 842
Reputation: 368
Go to the following path:
Tools -> AVD Manager
then in the "Actions" area of the intended device click the grey downwards triangle, next select the "Wipe Data" and confirm it to restore the emulator to the so-called factory mode.
Upvotes: 1
Reputation: 444
Firstly close your emulator. Go to Task Manager > Processes > Background Processes
then select adb
click on End Task
.
After that run your emulator. Thanks
Upvotes: 0