In Android Studio editor, the ctrl-q and/or code completion popup to show related documentation does not give documentation on object. I only get a window claiming that URL's have been searched.
the following is the text from a typical popup: (with my notes in parentheses)
java.io.File public String toString()
Overrides:
toString in class Object
The following documentation urls were checked:
http://developer.android.com/reference/java/io/File.html#toString--
http://developer.android.com/reference/java/io/File.html#toString()
Edit API docs paths (<-- acts like link, does nothing)
`toString()` on developer.android.com (<-- is link, goes to ../File)
`toString()` on developer.android.com (<-- is link, goes to ../File.html#toString())
What am I missing? Can I fix this? Setup is api 29