Adb reboot not working

I am using linux op and installed sroid sroid.

I created an android emulator.

I open the android emulator and type adb reboot, the emulator freezes and nothing happens on the command line. It looks like he's hanging

is there any detailed option to see what reboot does

+3
source share
2 answers

You can use adb logcatfrom another terminal window.
adb logcatwill give you information.

+3
source

late answer try

adb kill-server
adb start-server

then he will work

0
source

All Articles