Enable Offline Work:

  1. Click File -> Settings. Search for "gradle" and click in Offline work box.
  2. Go to Compiler (in same settings dialog just below Gradle) and add --offline to Command-line Options text box.

Improve Gradle Performance

Add following two line of code in your gradle.properties file.

org.gradle.daemon=true
org.gradle.parallel=true

相关文章:

  • 2021-09-15
  • 2021-05-13
  • 2021-12-25
  • 2021-12-01
  • 2021-08-17
  • 2021-04-29
  • 2021-05-25
  • 2022-12-23
猜你喜欢
  • 2021-04-09
  • 2021-12-04
  • 2021-12-12
  • 2021-09-01
  • 2022-02-15
  • 2021-06-21
  • 2021-06-06
相关资源
相似解决方案