Cannot enable Gradle's offline mode on Android Studio 3.6

后端 未结 10 1181
情书的邮戳
情书的邮戳 2020-11-27 21:06

I\'m using the new Android Studio 3.6 Canary 9 to test new functionalities, and I cannot enable Gradle\'s offline mode.

In Android Studio P

相关标签:
10条回答
  • 2020-11-27 22:07

    From the Android Studio 3.6 new features blog post:

    New location to toggle Gradle's offline mode To enable or disable Gradle's offline mode, first select View > Tool Windows > Gradle from the menu bar. Then, near the top of the Gradle window, click Toggle Offline Mode Gradle offline button in the Gradle panel..

    Here is the link -- hope that helps!

    0 讨论(0)
  • 2020-11-27 22:08

    Many people have given correct answer, I am just adding pictures relevant to Android Studio 3.6.2. When I upgraded to Android Studio 3.6.2 I kept getting error while doing build that 'Gradle was in offline mode' but under File>Settings>Gradle> I could not see the option to switchoff Gradle offline mode. So I did a fresh install of Android Studio 3.6.2 and I continued to get the same problem. After checking various answers I found that the placement of Gradle offline switch has changed & you can do the switch in Gradle panel as per the 2nd image below.

    Image1- Image2-

    0 讨论(0)
  • 2020-11-27 22:08

    Oh in the last release of the android studio the location of the offline mode option has changed!

    But it is so easy to just click on Gradle on the right side of the android studio or (go to View > Tools windows and select Gradle! )

    and Like a photo Turn on or Turn off the Wifi Icon :

    0 讨论(0)
  • 2020-11-27 22:10

    In Android Studio 3.6, You can toggle Gradle from offline to online mode (See screenshotenter image description here) and hit Gradle sync. This solved my issue.

    0 讨论(0)
提交回复
热议问题