What is the difference between Sync project with gradle files and Sync with File System?
问题 I have been through various answers with respect to the Sync project with Gradle files . But I couldn't find the major difference between Gradle Files and File System . For making/building a project, we need to sync the project with Gradle files. But does it need to be done when are we using the Sync using File system ? 回答1: sync project with gradle files updates the Android Studio project model to match the contents of the Gradle build file. There is no corresponding gradlew command because