Disable Gradle Offline mode in Android Studio 3.6

Viewed 12146

I updated my Android Studio application to the latest version on Mac to Android Studio 3.6, Build: #AI-192.7142.36.36.6200805

I saw the option to enable offline mode(in the Build output area or so) when the build failed due to Internet connection problems and I did so by clicking the supplied link.

Later on, I needed to disable offline mode and I followed the normal steps:

Go to Preferences > Build, Execution, Deployment > Gradle.

But on the Gradle option in this very build, there was no Check the Offline work checkbox

My question is:

How do I disable offline mode under the newest build of Android Studio?

1 Answers

The Same answer as above but in pictures.

Look at the right side of the Android studio, you will see gradle tab. Click on it.

enter image description here

enter image description here

If you cannot see gradle tab then

enter image description here

Related