Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reboot/Power Off Android Emulator

I installed new fonts on my Android emulator. The instructions say I have to reboot my device. I tried using the "Power Off" button but it just displays "Shutting Down" and does nothing. Even when I go to the adb shell and run "reboot" it hangs.

Any ideas how to restart the emulator so that the new settings appear?

Thanks.

like image 830
njdeveloper Avatar asked Dec 25 '09 10:12

njdeveloper


People also ask

How do I force quit an Android Emulator?

To stop a running emulator, click Menu and select Stop.

What is cold boot emulator?

The first time you start an Android Virtual Device (AVD) within the Android Emulator, it goes through what's called a “cold boot.” Previously, subsequent starts were no different, but Android Studio versions with Quick Boot save the system state at shutdown and restore it when you reopen the emulator.


1 Answers

Here is a quick way to restart/ reboot emulator:

  1. Go to "Android Virtual Device Manager"
  2. Click on the dropdown menu in "Action" column
  3. Select "Cold Boot Now" option in menu

Now emulator will restart/reboot and power will ON.

like image 164
Garg's Avatar answered Sep 18 '22 17:09

Garg's