How to fix wrong click location in Android Studio emulator?

Viewed 410

I am a newbie of Android programming, and I am using the latest version of Android Studio on a Mac.

My problem is with the emulator, in particular, the tablet emulators (Pixel C, Nexus 9, and 10) which is giving me a hard time understanding why any click I do on the emulator display is displaced up (on the y axis) a great number of pixels. For example, if I click the Chrome icon present on the home screen, in reality, the emulator is taking the click about 100-150 pixels up that location! Why's that?

I have no problems with all phone emulators. This issue appears only with tablets. Any ideas?

Thanks in advance for any possible solutions to this problem.

All the best, Fab.

1 Answers

Ok, I solved this problem by unchecking the option Launch in a tool window" inside Preferences > Tools > Emulator.

It appears that making the emulator run inside a window is buggy and gives this click-location issue.

Related