Chakshu Mahajan
Chakshu Mahajan

Reputation: 15

Android emulator not coming online in Android Studio

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:

screen capture

I have tried all the solutions that has been provided here.

Upvotes: 1

Views: 842

Answers (3)

Mohammad Afrashteh
Mohammad Afrashteh

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

Duna
Duna

Reputation: 1612

Delete that emulator and create it again using x86 architecture CPU

Upvotes: 0

Dnyaneshwar Panchal
Dnyaneshwar Panchal

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

Related Questions