5

I am using linux op and installed android sdk.

I have created a android emulator.

I open the android emulator and type adb reboot, the emulator hangs and nothing happens in the command prompt. It looks like it hangs

is there any verbose option to see what reboot is doing

Santhosh
  • 9,965
  • 20
  • 103
  • 243

2 Answers2

2

You can use adb logcat from another terminal window.
adb logcat will provide info to you.

Laser
  • 6,652
  • 8
  • 54
  • 85
0

late answer, try

adb kill-server
adb start-server

then it will work