Android studio automatically open's documentation view

Android Studio

Android Studio Problem Overview


I don't know if it is bug or kind of setting, but it is very annoying while typing value i.e. android:layout_gravity="", it opens hints with dropdown, and after a while the documentation view gets opened and hides the dropdown with hints.

enter image description here

I checked that no button is suspended or anything like that. I use Ubuntu 14.04.

Android Studio Solutions


Solution 1 - Android Studio

Strange, because I've not changed anything with AS from months and there was no such behavior before. There's solution:

enter image description here

Solution 2 - Android Studio

Follow the simple steps to remove open Documentation by cursor move :

> Android Studio -> File -> Setting -> Editor -> General

Right side of the screen go to Others :

  • Uncheck checkBox show quick documentation of mouse move & Apply.

enter image description here

Solution 3 - Android Studio

Preferences > Editor > General > CodeCompletion > uncheck Auto popup feature

Solution 4 - Android Studio

Note that this functionality has been moved recently. It's now in:

>Android Studio -> Preferences -> Editor -> General -> Other.

Uncheck "quick documentation on mouse move".

Solution 5 - Android Studio

I found out that I don't want to disable the documentation. Instead, I set the window to be 'Opened as Popup',

enter image description here

This displays the documentation aside to the cursor and autocloses it automatically.

enter image description here

Surely I've set it before as a 'Tool Window' to see the full content and then I forgot to set it back.

Solution 6 - Android Studio

Studio 3.4.2, somehow had setting checked, uncheck it.

File -> Settings -> Editor -> General -> Code Completion. studio-doc-autopopup Cheers

Solution 7 - Android Studio

Please check image. This the only correct answer as far i know because i sorted out this way only. Just click on Help>find Action>auto(in the search box)> and uncheck the checkbox in the image shown

Solution 8 - Android Studio

For Android Studio 4.x ~ Arctic Fox | 2020.3.1

Preferences > Editor > Code Editing > Quick Documentation > Show quick documentation on mouse move: unchecked

screenshot

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJacobView Question on Stackoverflow
Solution 1 - Android StudioJacobView Answer on Stackoverflow
Solution 2 - Android StudioAbhishek kumarView Answer on Stackoverflow
Solution 3 - Android StudiosuprithView Answer on Stackoverflow
Solution 4 - Android StudioparkerkramerView Answer on Stackoverflow
Solution 5 - Android StudiocrgarridosView Answer on Stackoverflow
Solution 6 - Android StudioClockerView Answer on Stackoverflow
Solution 7 - Android StudioSaurabh VishwakarmaView Answer on Stackoverflow
Solution 8 - Android StudiohataView Answer on Stackoverflow