3

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
X09
  • 3,827
  • 10
  • 47
  • 92

2 Answers2

1

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

Community
  • 1
  • 1
X09
  • 3,827
  • 10
  • 47
  • 92
0

Try it with Compiler > Gradle options and enable Offline mode

Patricia
  • 2,885
  • 2
  • 26
  • 32