Shortcut for cleaning project in Eclipse?

eclipse

Solution

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`.

Problem

Is there any shortcut for cleaning a project? Or can we create a shortcut for cleaning the project using: Window--> Preferences--> Java --> Editor --> Templates? If yes ,how?

Original source