Syncing Android Studio Project with Gradle Files

Where is a Sync project with gradle files button in Android Studio 3?

In Android Studio 3.3 it is here:

Sample Image

Syncing Android Studio project with Gradle files

EDIT

Starting with Android Studio 3.1, you should go to:

File -> Sync Project with Gradle Files


OLD

Clicking the button 'Sync Project With Gradle Files' should do the trick:

Tools -> Android -> Sync Project with Gradle Files

If that fails, try running 'Rebuild project':

Build -> Rebuild Project

Where is the Sync Project With Gradle Files option in Android Studio 3.5.3?

This icon is not showing up because you are inside your Flutter project.

If you open the Android project, that is inside your Flutter project, directly on Android Studio, an Icon will appear next to the AVD Manager (Device Manager) that looks like a little elefant with an arrow pointing diagonally to the bottom left corner. That is the button that does the action "Sync project with Gradle Files".

The first time you open the Android project directly it may take a minute for that icon to not be greyed out, as Android Studio will be syncing all the files, as you'll be able to see on the bottom bar.

Android Studio how to run gradle sync manually?

Android studio should have this button in the toolbar marked "Sync project with Gradle Files"Sample Image

EDIT: I don't know when it was changed but it now looks like this:

Sample Image

EDIT: This is what it looks like on 3.3.1
Sample Image
OR by going to File -> Sync Project with Gradle Files from the menubar.



Related Topics



Leave a reply



Submit