Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
I was just asking myself this question yesterday... – psoft May 9 '12 at 13:23

3 Answers

up vote 10 down vote accepted

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.

share|improve this answer
awesome man!!! thnx a lot work in android and java – Samir Mangroliya May 9 '12 at 13:49
@George answer does not require key bindings – user470184 Jan 8 at 12:04

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

In type filter text, type clean. The you will have the possible command and you can assign any short cut you want.

share|improve this answer
its not clean android project – Samir Mangroliya May 9 '12 at 13:34
The list have more commands, but build clean is one of them. Is the same that you have answered. So i am surprised about your comments. – Vash May 9 '12 at 15:32

It's quite easy:

  1. Press ALT + P + N.
  2. Release ALT
  3. Enter.
share|improve this answer
that's quite what's need. – George Jan 4 at 9:52
This doesn't work for me. What OS/Eclipse version are you using? – John Mark yesterday

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.