docs say
android: targetSdkVersion: this attribute informs the system that you have tested against the target version, and the system should not allow any compatibility behavior to support your application. forward compatibility with the target version. The application is still able to work in older versions
If not set, the default value is minSdkVersion. This means that the market will filter devices with a lower sdk level.
target = the version of android-sdk in the project properties file indicates that Eclipse will not allow the use of methods or classes from sdk higher than this.
T. One of them is related to the development environment and others related to Android devices.
Ajmal MA Jun 17 '12 at 15:24 2012-06-17 15:24
source share