X09
X09

Reputation: 3956

Android Studio uses online documentation even when the documentation has been installed

I noticed this problem since I did a fresh reinstall of Android Studio. The documentation has been installed in SDK Manager; if my PC is not connected to the internet, when I invoke Ctrl + Q, the documentation shows up immediately but if the PC is connected to the internet, it shows "Fetching Documentation..." and delays (depending on connection speed) to fetch the results.

How do I force Android Studio to use offline documentation always?

Upvotes: 3

Views: 438

Answers (2)

X09
X09

Reputation: 3956

In case you're having the same problem, I applied the solution in this answer and it got fixed.

Upvotes: 1

Patricia
Patricia

Reputation: 2865

Try it with Compiler > Gradle options and enable Offline mode

Upvotes: 0

Related Questions