I'm debugging Gradle issues in Android Studio and see references to "Run gradle sync", but I'm not sure how to run this command.
How do I run "Gradle sync" from Android studio or Mac terminal?
Android studio should have this button in the toolbar marked "Sync project with Gradle Files"
Or:
Or on 3.3.1:
Or in Android Studio Hedgehog with the new UI:
OR by going to File -> Sync Project with Gradle Files from the menubar.