I am having the following environment:

Ubuntu Linux 16.04
Java 1.8.0_91
Android Studio 2.1.1
Android SDK Tools 25.1.7

Suddenly, Event Log shows, IllegalArgumentException: button doesn't exist 0.

The messages in the terminal, in which studio.sh was run, are,

[2224068]  ERROR - llij.ide.plugins.PluginManager - button doesn't exist 0 
java.lang.IllegalArgumentException: button doesn't exist 0
at java.awt.event.InputEvent.getMaskForButton(InputEvent.java:247)
at java.awt.LightweightDispatcher.isMouseGrab(Container.java:4486)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4511)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
at java.awt.Container.dispatchEventImpl(Container.java:2280)
at java.awt.Window.dispatchEventImpl(Window.java:2750)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at 
com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:866)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:650)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:381)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[2224101]  ERROR - llij.ide.plugins.PluginManager - Android Studio 2.1.1 
 Build #AI-143.2821654 
[2224101]  ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_91 
[2224101]  ERROR - llij.ide.plugins.PluginManager - VM: Java HotSpot(TM) 
64-Bit Server VM 
[2224101]  ERROR - llij.ide.plugins.PluginManager - Vendor: Oracle 
Corporation 
[2224101]  ERROR - llij.ide.plugins.PluginManager - OS: Linux 
[2224101]  ERROR - llij.ide.plugins.PluginManager - Last Action: 
Android.RunAndroidSdkManager 

Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2ce1d597-2f5a-46db-9e99-d2c435f4560b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to