After updating my ADT plugin to version 17 I\'m getting a warning massage saying
Avoid hardcoding the debug mode; leaving it out allows debug and rel
Ran into this myself today and was frustrated with the accepted answer; I don't want to trust Eclipse to "do the right thing" when it so often doesn't.
The answer to the question asked is to go to Window->Preferences->Android->Lint Error Checking or Project Properties->Android Lint Preferences and change the severity of the warning.