Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio automatically open's documentation view

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.

like image 310
Jacob Avatar asked Oct 15 '14 16:10

Jacob


People also ask

How to view documentation in Android Studio?

In Android Studio 4.2, the option has moved to “Editor” > “General” > “Code Completion”. Check “Show the documentation popup”. In the higher version of Android studio, You can go to “Editor” > “General” > “Code Editing”. Check “Show quick documentation on mouse move”.

How can I open Word programmatically in Android?

doc like in my case "chapter-0" and it will open doc file in doc reader application. Show activity on this post. you can copy the file from the raw resource to sdcard, then call startActivity() on an ACTION_VIEW Intent that has a Uri pointing to the readable copy and also has the proper MIME type.


1 Answers

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

like image 67
Jacob Avatar answered Sep 19 '22 11:09

Jacob