Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio mouse sometime not working?

I am using

  • Android studio 2.1.1 Build #AI-143.2821654 build on April 28, 2016.
  • JRE: 1.8.0_77-b03 x86_64
  • OS X El Capitan 10.11.3

I have met Android studio mouse problem a lot of times recently. I cannot use mouse to click anything in Android studio. All I can do is to use keyboard and shortcuts.

And only solution I found is to restart my whole computer. I have noticed that there is problem in other version of Android studio. So my question is that how can I deal with it?

I found that sometime I can reproduce this problem after I middle click the Editor Tab to close tab.

Android studio not working

like image 209
einverne Avatar asked May 31 '16 09:05

einverne


People also ask

How to solve emulator problem in Android Studio?

If the emulator fails to launch due to the error vulkan-1. dll cannot be found , you probably need to update the emulator. To update the emulator in Android Studio, go to Tools > SDK Manager and install the latest stable version of Android platform.

Why do apps sometimes look different in the designer than they do in the emulator?

The reason why the designs look different is that the emulator's screen configuration is different to that which is used to render the design preview.

Why does my emulator keep terminating?

Why Does My Emulator Keep Crashing Android? Your emulator might keep freezing or crashing because you haven't updated it or your device storage space is full.

Why is Android Emulator not working?

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.


1 Answers

Just had this issue this morning. Android Studio wasn't responding to mouse click events. The odd thing was that it was responding to mouse position (tooltips, hover effects).

I updated to the newest version of Android Studio using Android Studio > Check for Updates and navigated the dialog menu with tab and spacebar. This did not solve the issue, but is probably worthwhile to try.

I'm not 100% certain what solved it, but I started pressing other buttons on my mouse (right-click, middle click, etc). Eventually it started accepting my left-click input again.

like image 93
Matt Barr Avatar answered Sep 28 '22 06:09

Matt Barr