Android Studio how to run gradle sync manually?

前端 未结 10 1524
遥遥无期
遥遥无期 2020-12-02 21:35

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 sy

10条回答
  •  一整个雨季
    2020-12-02 22:21

    In Android Studio 3.3 it is here:

    According to the answer https://stackoverflow.com/a/49576954/2914140 in Android Studio 3.1 it is here:

    This command is moved to File > Sync Project with Gradle Files.

提交回复
热议问题