1

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?

XPD
  • 1,121
  • 1
  • 13
  • 26
  • Gradle Build helps you to compile your Android app into an APK while Gradle Sync will sync up all your Gradle dependencies to your Android project. – Jaspalsinh Gohil Dec 10 '19 at 10:28

1 Answers1

0

In android studio when update comes project sync is necessary to work properly

If you working project then update android studio or update gradle dependencies you will need sync project with gradle files starting with Android Studio 3.1, the menu path is File -> Sync Project with Gradle Files OLD go Tools -> Android -> Sync Project with Gradle Files

If you update the project files added or removed files you will need **sync with file system ** File -> Sync with Files System

Abdulkadir Ugas
  • 415
  • 5
  • 13