What is gradle sync in Android Studio?

前端 未结 3 555
慢半拍i
慢半拍i 2021-02-04 02:31

What is it? And what does it do? I\'m working on an enterprise that has a proxy, and it fails trying to connect to somewhere. Why does it needs internet connection? What ports d

3条回答
  •  伪装坚强ぢ
    2021-02-04 02:37

    What is it?

    I believe it's an IntelliJ/Android Studio term for these Gradle tasks:

    1. dependencies
    2. build

    Gradle itself doesn't have "sync" task.

    I use the term "believe" since there's no explanation from Gradle/IntelliJ/Android Studio official documentation

提交回复
热议问题