Android, is it possible to set project build target and minimum SDK Version differently?

listed in answer

Android, is it possible to set project build target and minimum SDK Version differently?
0 votes, 0.00 avg. rating (0% score)

ANSWER:

Yes, the project build target SDK version may be higher (but not lower obviously) than the minimum SDK version specified in the Manifest. Just make sure to avoid calling APIs that came in with higher SDK versions than the minimum you specified.

by Zsombor Erdődy-Nagy from http://stackoverflow.com/questions/10371047