2

I cannot find the Gradle Offline Build Option in Android Studio 3.6.3. It used to be in Build, Execution, Deployment > Gradle and there was the offline work option.

So, how do I make offline work changes now?

Amit Gupta
  • 51
  • 5
  • I found the answer from the StackOverflow suggestion though, at https://stackoverflow.com/questions/60481987/no-cached-version-gradle-plugin-available-for-offline-mode. – Amit Gupta May 22 '20 at 07:44

1 Answers1

1

I found the answer from the StackOverflow suggestion though, at

No Cached Version Gradle Plugin Available for offline mode

and this

Enable Disable Gradle Offline Mode In Android Studio 3.6.1

Amit Gupta
  • 51
  • 5