Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are these circles on an emulator launched from Android Studio?

The green circles shown below are showing up on any device emulator I launch. Are these trying to emulate user pinching? How do I turn them off?

enter image description here

Update In response to @SarahKhan 's answer: There is no F1 functionality: this is all I have to work with.

enter image description here

like image 444
WestCoastProjects Avatar asked Oct 28 '25 21:10

WestCoastProjects


1 Answers

This graphic is the multi-touch functionality of the emulator. You can use this functionality for actions such as pinching or any other functionality for which you'd require multiple inputs.

To remove it, make sure you are on emulator (click once on emulator to make sure).

Press F1 (or 3 menu dots at the side of emulator from where you can rotate emulators) -> Settings -> Send Keyboard shortcuts to -> Virtual Device (Currently it will be set as 'Emulator Controls').

Hopeenter image description here that solves the issue.

like image 73
Sarah Khan Avatar answered Oct 31 '25 11:10

Sarah Khan