Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn android emulator?

Is it possible to rotate the android emulator with some short key ?

Thanks.

like image 496
Istao Avatar asked Jan 09 '11 08:01

Istao


People also ask

How do I turn off Android Emulator?

Run and stop an emulator, and clear data To stop a running emulator, click Menu and select Stop. To clear the data for an emulator, select Wipe Data.

How do I enable emulator?

Emulator for native development with Android StudioIn the Android Studio toolbar, select your app from the run configurations drop-down menu. From the target device drop-down menu, select the device that you want to run your app on. Select Run ▷. This will launch the Android Emulator.

How do I manually start an emulator?

Build and package your app into an APK as described in Build and Run Your App. Start the emulator from the command line as described in the previous section, using any startup options necessary. Install your app using adb. Run and test your app on the emulator.


1 Answers

ctrl-f11

You can also use 7 or 9 on the keypad, but that works quirky sometimes on my system.

like image 85
Nanne Avatar answered Dec 01 '22 01:12

Nanne