2

Every time I access the Quick Documentation (Ctrl + Q) for Android classes, I'm always greeted by a 'Fetching Documentation...' text for a few seconds and then I get the actual JavaDoc. Also the response does not seem to be cached, so if I access the same documentation again immediately after, the whole process is repeated.

I've tried the suggestions in this SO post: Android Studio quick documentation always "fetching documentation", for example replacing

<root type="simple" url="http://developer.android.com/reference/" />

in ~/.AndroidStudioX/config/options/jdk.table.xml with

<root type="simple" url="file://$USER_HOME$/sdk/android-sdk-linux/docs/reference/" />

to try to use the local documentation instead of fetching a remote version, however Android Studio seems to reset the value when trying to apply it.

Does anyone have a suggestion on how to solve this? I'm behind a corporate proxy that slows everything down as well so this is really starting to bug me.

Using Android Studio 2.3 Canary 2.

1 Answer 1

0

Update Android SDK Build-Tools through the SDK Manager.

I had exactly your problem and this is what helped in my case.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.