Reputation: 3
I am new to app development and by mistake I have turned on the offline mode for Gradle.
I have gone through multiple articles and Q&As but not able to solve this problem.
I have even checked in Settings -> Build, Execution, Deployment -> Gradle option, unfortunately there is only "General Settings" option. There is no "offline" check box.
I want to sync/build projects using gradle online mode but I am not able to do it now.
Upvotes: 0
Views: 174
Reputation: 1431
You can find Gradle mode online/offline options
View->Tool Windows->Gradle->Toggle button of online/offline
Upvotes: 1