Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I turn off the screen in the android emulator?


How can I turn off the screen in the android emulator?


I am using android 2.3.3 version

like image 412
SIVAKUMAR.J Avatar asked Feb 12 '13 10:02

SIVAKUMAR.J


People also ask

How do I put Android Emulator to sleep?

By pressing F7 you can emulate sleep mode in your emulator.

How do I turn off Android Emulator?

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


1 Answers

Try to press F7, which is the same as pressing the power button. Here is a complete list of shortcuts: http://developer.android.com/tools/help/emulator.html#controlling

like image 153
vRallev Avatar answered Sep 28 '22 04:09

vRallev