What is the translation of " MINSDKVERSION " in Korean?

minsdkversion
minsdkversion 을

Examples of using Minsdkversion in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Set minSdkVersion.
MinSdkVersion 설정하기.
Because you want to avoid this second scenario, we recommend that you always declare a minSdkVersion.
이 두 번째 시나리오를 피하려면 항상 minSdkVersion 을 선언하는 것이 좋습니다.
The app module's minSdkVersion must be equal to or greater than the version defined by the library.
앱 모듈의 minSdkVersion 은 라이브러리에서 정의된 버전보다 크거나 같아야 함.
If compileSdkVersion sets the newest APIs available to you, minSdkVersion is the lower bound for your app.
CompileSdkVersion 사용 가능한 최신 API를 설정하면 minSdkVersion 은 앱의 하한 입니다.
Android: minSdkVersion — Specifies the minimum API Level on which the application is able to run.
Android: minSdkVersion - 애플리케이션이 실행할 수 있는 최소 API 레벨을 지정합니다.
For more information about the relationship between system API level and minSdkVersion, see Versioning Your Apps.
시스템 API 레벨과 minSdkVersion 의 관계에 대한 자세한 내용은 앱 버전 지정 을 참조하세요.
For example, the android: minSdkVersion and android: targetSdkVersion attributes.
예를 들어 android: minSdkVersion 및 android: targetSdkVersion 특성이 이에 해당합니다.
After compiling your application, you should make sure to test it on the platform specified in the application's android: minSdkVersion attribute.
애플리케이션을 컴파일한 후에 애플리케이션의 android: minSdkVersion 특성에 지정된 플랫폼에서 애플리케이션을 테스트해야 합니다.
If minSdkVersion is set to 21 or higher, Instant Run automatically configures your app for multidex.
MinSdkVersion 이 21 이상으로 설정된 경우, Instant Run이 자동으로 앱을 multidex용으로 구성합니다.
Example 2 The manifest does not include minSdkVersion, and the app uses APIs that were introduced in API Level 3.
예 2 매니페스트가 minSdkVersion 을 포함하지 않고 앱이 API 레벨 3에 도입된 API를 사용합니다.
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.
MinSdkVersion 은 Google Play 스토어가 앱을 설치할 수있는 사용자 기기를 결정하는 데 사용하는 신호 중 하나입니다.
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.
병합 도구가 이 충돌을 무시하고 앱의 낮은 minSdkVersion 값을 그대로 둔 채 라이브러리를 가져오게 하려면 overrideLibrary 특성을 태그에 추가합니다.
Result: Google Play assumes that minSdkVersion is"1" and that the app is compatible with all versions of Android.
결과: Google Play는 minSdkVersion 이 "1"이고 앱이 모든 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.
이 특성을 다중 APK를 구별하는 요소로 사용하면 android: minSdkVersion 값이 더 높은 APK가 android: versionCode 값도 더 높아야 합니다.
Depending on which minSdkVersion you're using, certain features and APIs are available now, as described in the table below.
어떤 minSdkVersion 을 사용 중인지에 따라, 아래 표의 설명과 같이 특정 기능과 API를 사용할 수 있습니다.
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.
병합 도구가 이 충돌을 무시하고 앱의 낮은 minSdkVersion 값을 그대로 둔 채 라이브러리를 가져오게 하려면 overrideLibrary 특성을 <uses-sdk> 태그에 추가합니다.
For example, the android: minSdkVersion and android: targetSdkVersion attributes, which are located in the element.
예를 들어 android: minSdkVersion 및 android: targetSdkVersion 속성이 있으며, 이 속성의 위치는 요소입니다.
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.
예를 들어, 애플리케이션이 실행하기 위해 필요한 최소 시스템 API 레벨을 지정하기 위해 애플리케이션은 매니페스트에 android: minSdkVersion 특성을 가진 요소를 포함합니다.
So, to keep using that library with minSdkVersion 25 or lower, enable code shrinking to remove unused methods.
따라서 minSdkVersion 25 또는 이전 버전에서 그 라이브러리를 계속 사용하려면 코드 축소를 활성화 하여 사용되지 않는 메서드를 제거하세요.
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.
Lt;uses-feature> 요소는 API 레벨 4 이상을 실행 중인 기기에만 활성화되지만 minSdkVersion 이 "3" 이하인 경우에도 모든 애플리케이션에 대해 해당 요소를 포함하는 것이 좋습니다.
For example, the android: minSdkVersion and android: targetSdkVersion attributes, which are located in the<uses-sdk> element.
예를 들어 android: minSdkVersion 및 android: targetSdkVersion 특성이 이에 해당합니다.
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.
예를 들어, 애플리케이션이 실행하기 위해 필요한 최소 시스템 API 레벨을 지정하기 위해 애플리케이션은 매니페스트에 android: minSdkVersion 특성을 가진 <uses-sdk> 요소를 포함합니다.
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.
애플리케이션의 매니페스트에 android: minSdkVersion 특성을 선언하고 그 값을 플랫폼 버전의 API 레벨로 설정하세요.
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.
이 컨트롤을 사용하여 매니페스트 파일의 android: minSdkVersion 특성에 지정한 API 레벨에 따라 실제로 애플리케이션이 액세스할 수 있는 API 요소에 대한 문서만 표시할 수 있습니다.
When the lower-priority manifest has a minSdkVersion value that's higher, an error occurs unless you apply the overrideLibrary merge rule.
낮은 우선순위 매니페스트의 minSdkVersion 값이 더 높은 경우 overrideLibrary 병합 규칙을 적용하지 않으면 오류가 발생합니다.
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.
Android: minSdkVersion 값은 애플리케이션이 실행할 수 있는 최초 Android 플랫폼 버전의 API 레벨에 해당하는 정수입니다.
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.
참고: 품질을 100%로 설정하고 minSdkVersion을 18 이상으로 설정하면 Android 스튜디오가 손실 없는 인코딩으로 자동 전환됩니다.
For example, the android: minSdkVersion and android: targetSdkVersion attributes, which are located in the<uses-sdk> element.
예를 들어 android: minSdkVersion 및 android: targetSdkVersion 속성이 있으며, 이 속성의 위치는 <uses-sdk> 요소입니다.
When the either the android: minSdkVersion or android: targetSdkVersion is set to 4 or higher, the default for all attributes is"true".
Android: minSdkVersion 또는 android: targetSdkVersion 을 4 이상으로 설정한 경우 모든 특성의 기본값은 "true" 입니다.
For example, the android: minSdkVersion and android: targetSdkVersion attributes, which are located in the element.
예를 들어 android: minSdkVersionandroid: targetSdkVersion 특성이 이에 해당합니다. 이들은 <uses-sdk> 요소에 위치합니다.
Results: 52, Time: 0.0389

How to use "minsdkversion" in a sentence

even though the minSdkVersion was set correctly.
minSdkVersion sets the minimum supported Android version.
The minSdkVersion is set to API level 21.
ActionBarActivity imported by default when minSdkVersion is 11?
Android minSdkVersion is API 21 (Lollipop, 5.0) or higher.
Market requires the minSdkVersion to be set in AndroidManifest.xml.
The PayButton requires minSdkVersion 16 and compileSdkVersion 25. // (e.g.
The WebAPK minSdkVersion will be updated in a different CL.
Open android/app/build.gradle, then find the line that says minSdkVersion 16.
minSdkVersion is used for minimum API support for Android apps.

Top dictionary queries

English - Korean