What Gradle task(s) does IDEA / Android Studio run when I press Sync Now and the Refresh button?
See image below: What exactly does the Sync now (blue) and refesh button (red) do respectively? What Gradle Tasks and/or other processes does Idea/Android Studio launche when clicking these? I need to debug some errors with my gradle.build file and knowing what these buttons do will help me in that regard. Both those actions do essentially the same thing. Their primary task is to evaluate the Gradle build files to synchronize Android Studio's picture of the structure of the project with the source of truth in the Gradle build files. It doesn't execute a specific task to do this, but it instead