Simple question: In Eclipse \"New Android project\" command always tries to uses last available sdk. Is it always a good idea?
UPDATE:
I try
You can read more about it here: http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
But you should almost always have target as the latest and then change minimum to the oldest you want.