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

后端 未结 9 719
借酒劲吻你
借酒劲吻你 2020-12-06 16:18

This button disappeared from a new 3.1 version of AS Toolbar. Before it showed as:

Now it\'s missing:

相关标签:
9条回答
  • 2020-12-06 16:41

    File > Sync Project With Gradle Files or this shortcut.

    0 讨论(0)
  • 2020-12-06 16:47

    In Android Studio 3.3 it is here:

    0 讨论(0)
  • If you encounter this issue within a Flutter project and you cannot find the sync method, you can click on the build.gradle file and then click on Open for Editing with Android Studio at the top right. This will open just the Android project in a new Android Studio window and you will be able to see all the Gradle commands then (for example, under File > Sync...).

    0 讨论(0)
提交回复
热议问题