Examples of using Minsdkversion in English and their translations into Korean
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
Set minSdkVersion.
Because you want to avoid this second scenario, we recommend that you always declare a minSdkVersion.
The app module's minSdkVersion must be equal to or greater than the version defined by the library.
If compileSdkVersion sets the newest APIs available to you, minSdkVersion is the lower bound for your app.
Android: minSdkVersion — Specifies the minimum API Level on which the application is able to run.
For more information about the relationship between system API level and minSdkVersion, see Versioning Your Apps.
For example, the android: minSdkVersion and android: targetSdkVersion attributes.
After compiling your application, you should make sure to test it on the platform specified in the application's android: minSdkVersion attribute.
If minSdkVersion is set to 21 or higher, Instant Run automatically configures your app for multidex.
Example 2 The manifest does not include minSdkVersion, and the app uses APIs that were introduced in API Level 3.
The minSdkVersion is one of the signals the Google Play Store uses to determine which of a user's devices an app can be installed on.
To make the merger tool ignore this conflict and import the library while keeping your app's lower minSdkVersion value, add the overrideLibrary attribute to the tag.
Result: Google Play assumes that minSdkVersion is"1" and that the app is compatible with all versions of Android.
If you use this characteristic as the factor to distinguish multiple APKs, then the APK with a higher android: minSdkVersion value must have a higher android: versionCode value.
Depending on which minSdkVersion you're using, certain features and APIs are available now, as described in the table below.
To make the merger tool ignore this conflict and import the library while keeping your app's lower minSdkVersion value, add the overrideLibrary attribute to the<uses-sdk> tag.
For example, the android: minSdkVersion and android: targetSdkVersion attributes, which are located in the element.
For example, to specify the minimum system API Level that an application requires in order to run, the application would include in its manifest a element with a android: minSdkVersion attribute.
So, to keep using that library with minSdkVersion 25 or lower, enable code shrinking to remove unused methods.
Although the element is only activated for devices running API Level 4 or higher, it is recommended to include these elements for all applications, even if the minSdkVersion is"3" or lower.
For example, the android: minSdkVersion and android: targetSdkVersion attributes, which are located in the<uses-sdk> element.
For example, to specify the minimum system API Level that an application requires in order to run, the application would include in its manifest a<uses-sdk> element with a android: minSdkVersion attribute.
Make sure to declare a android: minSdkVersion attribute in the application's manifest and set its value to the API Level of the platform version.
You can use the control to show documentation only for parts of the API that are actually accessible to your application, based on the API Level that it specifies in the android: minSdkVersion attribute of its manifest file.
When the lower-priority manifest has a minSdkVersion value that's higher, an error occurs unless you apply the overrideLibrary merge rule.
The value of android: minSdkVersion would be the integer corresponding to the API Level of the earliest version of the Android platform under which the application can run.
Note: If you set the quality to 100% and the minSdkVersion is set to 18 or higher, Android Studio automatically switches to lossless encoding instead.
For example, the android: minSdkVersion and android: targetSdkVersion attributes, which are located in the<uses-sdk> element.
When the either the android: minSdkVersion or android: targetSdkVersion is set to 4 or higher, the default for all attributes is"true".
For example, the android: minSdkVersion and android: targetSdkVersion attributes, which are located in the element.