The meaning of target/minSdkVersion/targetSdkVersion attribute in Android

AndroidManifest.xml file

minSdkVersion : The minimum Android version supported by the program, and systems lower than this version cannot run the program

targetSdkVersion : target platform, meaningless, it will run more efficiently in the corresponding version of the system, it is recommended to set it to the mainstream version

project.properties file

target : The SDK version used when the program was compiled

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325662627&siteId=291194637