Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

Ojonugwa Jude Ochalifu

I just added the google-play-services-lib library to my project and am stuck where I need to "sync the project with gradle files", but this button does not exist on IntelliJ 13.0.1. Is there an alternative to this function?

mixel

As alternative you can use Refresh all Gradle projects button in Gradle tool window.

I also have not found this button so I made my own :)

  1. Open Gradle tool window with View -> Tool Windows -> Gradle
  2. Start Macro Recording with Edit -> Macros -> Start Recording Macro
  3. In Gradle tool window press Refresh all Gradle projects button
  4. Stop Macro Recording with Edit -> Macros -> Stop Recording Macro
  5. Save Macro with name Gradle sync
  6. Press with right mouse button on IntelliJ IDEA toolbar and choose Customize Menus and Toolbars...
  7. Under Main menu -> Edit -> Macros -> Macro Actions find your Gradle sync Macro, select it and press Edit Action Icon...
  8. Download this icon Sync Project With Gradle Files icon (from documentation http://developer.android.com/google/play-services/setup.html) and select this icon in IDEA dialog window
  9. Now in Menus and Toolbars select last item in Main Toolbar group, press Add After... and select All actions -> Macros -> Gradle sync
  10. Now you have Sync Project with Gradle Files button!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

From Dev

IntelliJ Idea can't find directory

From Dev

IntelliJ IDEA can't find project sdk

From Dev

Intellij IDEA can't find a class in successfully imported Maven dependency

From Dev

Can't find C/C++ IntelliJ IDEA Plugin

From Java

Can't find Git local changes in Intellij Idea 2020.1

From Dev

IntelliJ IDEA can't find remote deploy option

From Dev

can't find android.Activity class intellij IDEA

From Dev

can't find android.Activity class intellij IDEA

From Dev

IntelliJ IDEA can not find TestingServer on my classpath

From Dev

Can't compile java class in Intellij Idea due to "cannot find symbol class X" error

From Dev

Intellij Idea 13 can't find Hierarchy Tools when programing Android apps

From Dev

Can't find the option to create a new Maven project in IntelliJ IDEA 2016.1

From Dev

Can't see project folders in IntelliJ IDEA

From Dev

Can't configure Scala in Intellij IDEA 13

From Dev

idea intellij maven project can't make

From Dev

Intellij idea, can't make Maven work

From Dev

Can't launch android-studio in linux, getting this error Error: Could not find or load main class com.intellij.idea.Main?

From Dev

IntelliJ debugger can't find a variable

From Dev

Can't find spock inside of intellij

From Dev

IntelliJ can't find classpath test resource

From Dev

IntelliJ can't find any LibGDX packages?

From Dev

Intellij can't find class in library

From Dev

Intellij - worksheet can't find class

From Dev

Can't use apt install at all after installing a deb package "intellij-idea-ultimate needs to be reinstalled, but I can't find an archive for it"

From Dev

JavaFX - Can't add the Scene Builder to Intellij idea 2016

From Dev

IntelliJ IDEA 16 can't resolve JDK1.8

From Dev

Can't use lambdas as breakpoint conditions while debugging in IntelliJ IDEA

From Dev

Can't stop at exception in IntelliJ IDEA while writing Kotlin code

Related Related

  1. 1

    Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

  2. 2

    IntelliJ Idea can't find directory

  3. 3

    IntelliJ IDEA can't find project sdk

  4. 4

    Intellij IDEA can't find a class in successfully imported Maven dependency

  5. 5

    Can't find C/C++ IntelliJ IDEA Plugin

  6. 6

    Can't find Git local changes in Intellij Idea 2020.1

  7. 7

    IntelliJ IDEA can't find remote deploy option

  8. 8

    can't find android.Activity class intellij IDEA

  9. 9

    can't find android.Activity class intellij IDEA

  10. 10

    IntelliJ IDEA can not find TestingServer on my classpath

  11. 11

    Can't compile java class in Intellij Idea due to "cannot find symbol class X" error

  12. 12

    Intellij Idea 13 can't find Hierarchy Tools when programing Android apps

  13. 13

    Can't find the option to create a new Maven project in IntelliJ IDEA 2016.1

  14. 14

    Can't see project folders in IntelliJ IDEA

  15. 15

    Can't configure Scala in Intellij IDEA 13

  16. 16

    idea intellij maven project can't make

  17. 17

    Intellij idea, can't make Maven work

  18. 18

    Can't launch android-studio in linux, getting this error Error: Could not find or load main class com.intellij.idea.Main?

  19. 19

    IntelliJ debugger can't find a variable

  20. 20

    Can't find spock inside of intellij

  21. 21

    IntelliJ can't find classpath test resource

  22. 22

    IntelliJ can't find any LibGDX packages?

  23. 23

    Intellij can't find class in library

  24. 24

    Intellij - worksheet can't find class

  25. 25

    Can't use apt install at all after installing a deb package "intellij-idea-ultimate needs to be reinstalled, but I can't find an archive for it"

  26. 26

    JavaFX - Can't add the Scene Builder to Intellij idea 2016

  27. 27

    IntelliJ IDEA 16 can't resolve JDK1.8

  28. 28

    Can't use lambdas as breakpoint conditions while debugging in IntelliJ IDEA

  29. 29

    Can't stop at exception in IntelliJ IDEA while writing Kotlin code

HotTag

Archive