Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android device monitor emulator 5554 - offline

Good afternoon! Not so long ago I began to develop an application for android. The application creates a database and write data through want Android Device Monitor pull database and view, but when you start, emulator-5554 switches to offline mode. I tried to solve the problem using the adb kill-server and adb start-server, to no avail. Prompt how to solve the problem? Used to develop Android Studio 2.3.

like image 571
Константин Avatar asked Mar 05 '17 17:03

Константин


1 Answers

I had the same problem, the easiest working way is First, Open Android Studio Go to Tools -> Android -> AVD Manager - Find the emulator which has problem -> Right click on it and click COLD BOOT NOW .

This will restart the android system, it's just like you hold the power button of your Smartphone and choose Restart.

like image 121
Amir Gorji Avatar answered Sep 21 '22 06:09

Amir Gorji