Reputation: 22158
I use Android Studio Version 4.0 RC version, and it seems it removed the offline work mode.
Where can I find this item in the android studio?
Upvotes: 0
Views: 117
Reputation: 14755
Outside android-studio you can also use settings.gradle file:
startParameter.offline=true
Upvotes: 0
Reputation: 861
You can activate/deactivate this from Gradle Tab (Top Right) by clicking the icon to toggle offline mode
Upvotes: 1
Reputation: 3273
You can find the gradle offline mode toggle in the gradle tab on the right side of the Android Studio,
Upvotes: 1