Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator on Mac OS X issues clicking

Tags:

android

avd

Really weird issue but when I try to click once it doesn't register on the emulator but then I click again and the click registers. This is using AVD. Every other click seems to trigger in the proper place. This has nothing to do with my app just base image.

Take a look at this: https://www.youtube.com/watch?v=axvxtGj4HPo&feature=youtu.be

and notice the first click doesn't register.

like image 729
Jeff T Avatar asked Apr 27 '17 04:04

Jeff T


People also ask

Why Android Emulator is not opening?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.

Do Android emulators work on Mac?

The Android Emulators for Windows or Mac systems allow you to run the Android applications on the Windows environment flawlessly. It happens without any platform compatibility issues.

Which Android Emulator is best for Macbook?

PrimeOS. PrimeOS is one of the top Android emulators which is trending in the emulator market for its superb features. It provides a complete desktop experience, the same as Mac OS or Windows, with access to many applications.

Why is my Android Emulator so laggy?

Running multiple programs at once on your PC can cause performance issues. While running Android emulator for playing heavy games, you should always avoid using up the RAM of your computer. This will cause severe lag to your PC. You can close unwanted programs by going to "Task Manager".


1 Answers

I notice the age on this thread, so not sure if you have already figured this out. I ran into something similar like this today in which no clicks were being registered at all. This issue still persisted even after closing and reopening the simulator. One thing I did notice is that the power button still worked.

I ended up fixing this by:

  1. Clicking and holding the Power Hard Key
  2. Restarting the device OS by clicking the Restart

After the OS Reboots, everything seems to work again.

Note: the Hard Key for power is the power button next to the volume controls on the right.

AVD Screenshot

like image 174
cy-c Avatar answered Sep 27 '22 17:09

cy-c