Evaluation expression popup issue in Android Studio - android

I have this issue when I try to use Evalaute Expressions in debug mode on Mac. The autocomplete popup options appears at back of Evaluate expression window.
If I click on it, the popup brings to front. But it is temporarily.
I am using Android Studio 2.1.2
Any idea?
Thanks

I am reproducing the same issue since yesterday. It looks like the issue recorded here. It seems to only occur when the Android Studio window is maximized via the green button in the top left of the window. A temporary work-around is to un-maximize the window.

Related

How to get rid of these weird border lines around my flutter code? (flutter in android studio)

i am using android studio for flutter programming but sometimes a little red box around my code appear as you see in the picture and i everytime have to press esc button on my keyboard ,this is very annoying , can i disable it forever?
You can make disable in place refactoring with below option:

Shortcut to scroll in the build window tool in Android studio

I do not want to use the mouse but only the keyboard.
I use a lot the action shortcut to do that, and I remember a number of shortcuts. But when I do a run and get some errors, I find frustrating I have to use the mouse to gain the focus of the Window Tool Build ( the one that is on default without a shortcut into the bottom bar of Android Studio. How can I without the mouse, see the runtime errors, scrolling into the Build tool window?
By the way I experience the same problem with Logcat, I gain via tab the access to the above bar functions of Logcat, but I cannot scroll Logcat
I tried a lot of commands, even giving a shortcut to Build but does not work

How to stop Android Studio documentation panel appearing

I've recently upgraded to Android Studio 3.3.1 and I have noticed the documentation panel now appears whenever I start typing something or do ctrl-space completion. I can't find a way to stop it doing this; I've undocked it, unpinned it, and specified "remove from sidebar" but it just keeps coming back.
What is the point of "remove from sidebar" if it just reinserts itself as soon as I start typing in the editor?
This would be slightly less annoying if it didn't frequently lock up AS while it attempts to get documentation when I'm editing XML files. It's really annoying and driving me mad.
In case anyone else has this trouble, I found the best solution was to grab the left hand edge of the panel and close it right up against the right hand side of the main window, effectively hiding it.
Untick this, I occasionally enable it via a keyboard shortcut (I think) and the panel pops open when I hover over a method or class.
In Settings > Editor > Code Editing > Quick Documentation

Android Studio Shortcut For Showing Linter Hint?

When the Android Studio linter warns you about an error (either highlighting it in yellow or underlining in red) you can read about the error by hovering your mouse over the highlight. You can then expand the explanation with ⌘+F1 (on a Mac). Is there a shortcut like ⌘+F1 but for making the linter hint show up in the first place? I'd really like to avoid having one hand jump to the mouse (and hover there for a second, waiting) and jump back every time Android Studio wants to say something.
You can see warning message in the Status bar of Android Studio. See below
Actually, it turns out ⌘+F1 makes the smaller version of the hint pop up, as well. I guess I should've tried that first.

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.
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.
It happened to me with Intellij IDEA, when a dialog window has been opened by the IDE, but for some reason it is hidden behind the main window. You may try to find if there is any open dialog and close it.
I had the same issue on my Android Studio (4.1.1) on my MacBook Pro (macOS 11.1). For me, I just restarted my MacBook and the mouse click started working on Android Studio.
Not sure what caused it.
The mouse clicks thing and closing the android studio from task manager and open again did not help for me. im not sure why but CTRL+ALT+DELETE and going back to desktop fixed the problem.
Here is how I fixed this issue:
Use keyboard arrows and tab key to navigate to google assistant
Press enter to launch it
type and search "Power Menu : Software Power Bu"
navigate to install the app in results from playstore
Open the app after install and accept & set permissions
Open Power Menu now And you will get Android Power Options
Navigate to "Restart" and restart device
Viola!!! Now Emulator clicks works
In my case it happened, because one of the plugins started crashing in the loop, somehow disabling mouse click handlers.
Verify logs
Log file location:
~/Library/Logs/Google/AndroidStudio2020.3/
Remove bad plugins
~/Library/Application Support/Google/AndroidStudio2021.3/plugins

Categories

Resources