how to run gradle sync by command in linux ? I dont want "gradle build" cuz i know this would sync and build. I just want a command which does whatever button "sync project with gradle files" does in Android Studio.
just noticed this question of mine, decided to answer it myself. well i dont remember why i asked this question 8 years, but i dont think it makes sense. if you are working with terminal, you dont need to sync the project. you just run the build command through terminal and it builds using your recent changes.
sync is something you would use to let IDE understand your recent changes so it could help you with auto-complete and other features.