What is the translation of " LIBRARY MODULE " in Korean?

['laibrəri 'mɒdjuːl]
['laibrəri 'mɒdjuːl]

Examples of using Library module in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Each library module creates its own R class.
라이브러리 모듈은 자체적인 R 클래스를 생성함.
Convert an app module to a library module.
앱 모듈을 라이브러리 모듈로 변환.
A library module is useful in the following situations.
라이브러리 모듈은 다음과 같은 상황에 유용합니다.
Enter the location of the library module directory then click Finish.
라이브러리 모듈 디렉토리의 위치를 입력한 후 Finish 를 클릭합니다.
A library module can depend on an external JAR library..
라이브러리 모듈은 외부 JAR 라이브러리에 종속될 수 있음.
The build tools embed this file within the generated AAR file for the library module.
빌드 도구는 이 파일을 라이브러리 모듈에 대해 생성된 AAR 파일 내에 포함합니다.
A library module may include its own ProGuard configuration file.
라이브러리 모듈이 자체적인 ProGuard 구성 파일을 포함할 수 있음.
Not all AWS services have an AWS Construct Library module defined(level 2).
모든 AWS 서비스에 AWS Construct Library Module(레벨 2)이 정의되어 있는 것은 아닙니다.
To create a new library module in your project, proceed as follows.
프로젝트에서 새 라이브러리 모듈을 생성하려면 다음 단계를 진행하세요.
Look for code in your app that you can convert into an Android library module.
라이브러리 모듈 생성 Android 라이브러리 모듈 로 변환할 수 있는 코드를 앱에서 찾아보세요.
The build tools merge resources from a library module with those of a dependent app module..
빌드 도구는 라이브러리 모듈의 리소스를 종속 앱 모듈의 리소스와 병합합니다.
The library module is copied to your project, so you can actually edit the library code.
라이브러리 모듈이 프로젝트에 복사됩니다. 따라서 라이브러리 코드를 실제로 편집할 수 있습니다.
Once the Gradle project sync completes, the library module appears in the Project panel on the left.
Gradle 프로젝트 동기화가 완료되면 라이브러리 모듈이 왼쪽의 Project 패널에 표시됩니다.
Gradle provides a robust mechanism to manage dependencies, whether they're remote libraries or local library modules.
Gradle은 원격 라이브러리 모듈이든 로컬 라이브러리 모듈 이든 상관없이 종속성 관리 를 위한 강력한 메커니즘을 제공합니다.
As you develop your library modules and dependent apps, be aware of the following behaviors and limitations.
라이브러리 모듈 및 종속 앱을 개발할 때에는 다음 동작 및 제한 사항에 유의해야 합니다.
On top of that, we have another 70 pages describing some of the more useful library modules that come with Ruby.
그중에서도, 우리는 Ruby에 있어 좀더 유용한 library module들 중 일부를 70페이지에 걸쳐 기술했습니다.
You can develop a library module that depends on an external library.(for example, the Maps external library)..
외부 라이브러리에 종속되는 라이브러리 모듈을 개발할 수 있습니다(예: Maps 외부 라이브러리).
When a framework API makes a call to access device hardware, the Android system loads the library module for that hardware component.
프레임워크 API가 기기 하드웨어에 액세스하기 위해 호출을 수행하면 Android 시스템이 해당 하드웨어 구성 요소에 대한 라이브러리 모듈을 로드합니다.
Once you have added references to library modules to your Android app module, you can set their relative priority.
라이브러리 모듈에 대한 참조를 Android 앱 모듈에 추가하면 모듈의 상대적인 우선순위를 설정할 수 있습니다.
The APIs for populating channels and programs are part of the TvProvider APIs, which are distributed as a Android Support Library module with Android 8.0.
채널과 프로그램을 채우기 위한 API는 Android 8.0와 함께 Android 지원 라이브러리 모듈로 배포되는 TvProvider API의 일부입니다.
When you build the dependent app modules, library modules are compiled into an AAR file then added to the app module..
종속 앱 모듈을 빌드하면 라이브러리 모듈이 AAR 파일로 컴파일된 후 앱 모듈에 추가됩니다.
Library module Provides a container for your reusable code, which you can use as a dependency in other app modules or import into other projects.
라이브러리 모듈 다른 앱 모듈에서 종속성으로 사용하거나 다른 프로젝트로 가져올 수 있는 재사용 가능한 코드를 포함할 수 있는 컨테이너를 제공합니다. 라이브러리 모듈은 구조적으로 앱 모듈과 같습니다.
Finally, Gradle gives resources and manifests included with library module dependencies the lowest priority when building the APK.
마지막으로, APK를 빌드할 때 Gradle은 라이브러리 모듈 종속성에 포함된 리소스와 매니페스트에는 가장 낮은 우선순위를 부여합니다.
Note also that both the library module and the dependent app must declare the external library in their manifest files, in a<uses-library> element.
라이브러리 모듈 및 종속 앱 모두 매니페스트 파일의 <uses- library> 요소에서 외부 라이브러리를 선언해야 합니다.
In either case, simply move the files you want to reuse into a library module then add the library as a dependency for each app module..
어떠한 경우든지, 재사용하려는 파일을 라이브러리 모듈로 간단히 이동한 후 각 앱 모듈에 대한 종속성으로 라이브러리를 추가하기만 하면 됩니다.
Note also that both the library module and the dependent app must declare the external library in their manifest files, in a element.
라이브러리 모듈 및 종속 앱 모두 매니페스트 파일의 요소에서 외부 라이브러리를 선언해야 합니다.
Add the library to your project in either of the following ways(if you created the library module within the same project, then it's already there and you can skip this step).
다음 두 가지 방법 중 하나로 라이브러리를 프로젝트에 추가합니다(같은 프로젝트 내에서 라이브러리 모듈을 생성한 경우에는 라이브러리 모듈이 미이 있으므로 이 단계를 건너뛸 수 있음).
The HAL consists of multiple library modules, each of which implements an interface for a specific type of hardware component, such as the camera or bluetooth module..
HAL은 여러 라이브러리 모듈로 구성되어 있으며, 카메라 또는 블루투스 모듈과 같은 특정 유형의 하드웨어 구성 요소를 위한 인터페이스를 구현합니다.
For example, when you create a library module and want to add it as a dependency to your Android app module, you must declare it as follows.
예를 들어, 라이브러리 모듈을 생성하고 이를 종속성으로 Android 앱 모듈에 추가하려는 경우 다음과 같이 이 모듈을 선언해야 합니다.
The R class generated from main module and the library module is created in all the packages that are needed including the main module's package and the libraries' packages.
기본 모듈과 라이브러리 모듈에서 생성되는 R 클래스는 기본 모듈의 패키지와 라이브러리의 패키지를 포함하여 필요한 모든 패키지에서 생성됩니다.
Results: 131, Time: 0.0339

How to use "library module" in an English sentence

How to put library module icons on the desktop?
But the standard library module math already does this.
The alternative method uses a library module called PWlib.
Uncheck a library module to blocking without uninstalling Spoilercat.
Provides the library name for the library module reference.
Provides the implementation version for the library module reference.
Figure 4.79 The Library module toolbar sort order buttons.
The Media Library module is a centralized file storage.
Did you use GPS library module in Python 3?
Library module Reset target of set of smart collections.

How to use "라이브러리 모듈" in a Korean sentence

이 구성은 JAR 바이너리 종속성과 함께 사용될 수 있지만, 다른 라이브러리 모듈 종속성이나 AAR 바이너리 종속성과는 사용될 수 없습니다.
키보드 단축키: G 키를 눌러 사진의 라이브러리 모듈 격자를 보고 다른 모듈에서 라이브러리 모듈로 돌아갑니다.
라이브러리 모듈 및 두 번째 창은 현상 모듈과는 다른 색상 공간 및 이미지 미리 보기 렌더링 방법을 사용합니다.
라이브러리 모듈 또는 현상 모듈의 탐색기 패널을 사용하여 확대경 보기의 이미지에 대한 확대 수준을 설정할 수 있습니다.
등급 별점은 라이브러리 모듈 보기에서 설정하거나 표시할 수 있습니다.
라이브러리 모듈 및 두 번째 창의 미리 보기는 Adobe RGB 색상 공간을 사용하여 표시됩니다.
라이브러리 모듈 내에서 큐레이션 프로세스를 가속화하기 위해 미리 렌더링한 이미지 미리 보기가 표시됩니다.

Word-for-word translation

Top dictionary queries

English - Korean