Amirhossein Ghasemi
Amirhossein Ghasemi

Reputation: 22158

Gradle "offline work" removed from gradle android studio setting

I use Android Studio Version 4.0 RC version, and it seems it removed the offline work mode.

enter image description here

Where can I find this item in the android studio?

Upvotes: 0

Views: 117

Answers (3)

k3b
k3b

Reputation: 14755

Outside android-studio you can also use settings.gradle file:

startParameter.offline=true

Upvotes: 0

Oussèma Hassine
Oussèma Hassine

Reputation: 861

You can activate/deactivate this from Gradle Tab (Top Right) by clicking the icon to toggle offline mode

enter image description here

Upvotes: 1

Saikrishna Rajaraman
Saikrishna Rajaraman

Reputation: 3273

You can find the gradle offline mode toggle in the gradle tab on the right side of the Android Studio,Gradle Offline Toggle

Upvotes: 1

Related Questions