android - how use button "sync projet with gradle files"? -
i'm trying find button, cannot find.
i tried here
and
you can create on own ;-) follow these steps:
- open gradle tool window
view -> tool windows -> gradle
- start macro recording
edit -> macros -> start recording macro
- in gradle tool window press
refresh gradle projects
button - stop macro recording
edit -> macros -> stop recording macro
- save macro name
gradle sync
- press right mouse button on intellij idea toolbar , choose
customize menus , toolbars...
- under
main menu -> edit -> macros -> macro actions
findgradle sync
macro, select , pressedit action icon...
- download icon sync project gradle files icon (from documentation http://developer.android.com/google/play-services/setup.html) , select icon in idea dialog window
- now in
menus , toolbars
select last item inmain toolbar
group, pressadd after...
, selectall actions -> macros -> gradle sync
- now have
sync project gradle files
button!
Comments
Post a Comment