2015年10月21日 星期三

SDK - Target and Minimum

SDK is a set of tools that you download that allows you to compile and create Android Projects

minimum SDK is the minimum Android API level that the application is meant to support.

if the SDK  that use by the Android  system is lower than the APP create for, some API will not support.

 target SDK, which is automatically defined for you, signifies the SDK that you use to compile and test with. It should be the most current SDK.