Shortcut for cleaning project in Eclipse?

后端 未结 5 1233
太阳男子
太阳男子 2021-02-04 23:27

Is there any shortcut for cleaning a project? Or can we create a shortcut for cleaning the project using:

Window--> Preferences--> Java --> Editor --> Tem

5条回答
  •  半阙折子戏
    2021-02-05 00:17

    To clean android project:

    Window -> Preferences -> General -> Keys (Ctrl+Shift+L) 
    

    in type filter text write build clean. There you can bind the key, for ex. Ctrl+Shift+L.

提交回复
热议问题