빌드 구성 oor Engels

빌드 구성

Vertalings in die woordeboek Koreaans - Engels

build configuration

en
The configuration of a particular build.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
Android Studio의 빌드 시스템은 Gradle 을 기반으로 하며, Groovy 구문으로 작성된 빌드 구성 파일을 사용하므로 확장과 사용자 지정이 쉽습니다.
Android Studio's build system is based on Gradle and uses build configuration files written in Groovy syntax for ease of extensibility and customization.ParaCrawl Corpus ParaCrawl Corpus
Android Studio에서 프로젝트를 빌드 구성 파일로 동기화. 소스 세트
Syncing the project with build configuration files in Android Studio. Source setsParaCrawl Corpus ParaCrawl Corpus
지금 바로 Android Studio를 사용하여 사용자 지정 빌드 구성을 생성하려면, 빌드 변형 구성 을 참조하세요.
To start creating custom build configurations right away using Android Studio, see Configuring Build Variants .ParaCrawl Corpus ParaCrawl Corpus
자세한 내용은 Gradle 빌드 구성 을 참조하세요.
For more information see, Configuring Gradle Builds .ParaCrawl Corpus ParaCrawl Corpus
Android 앱의 표준 프로젝트 구조에 속하는 몇 가지 Gradle 빌드 구성 파일이 있습니다.
There are a few Gradle build configuration files that are a part of the standard project structure for an Android app.ParaCrawl Corpus ParaCrawl Corpus
Android Studio의 프로젝트 에는 소스 코드 및 자산에서 테스트 코드 및 빌드 구성에 이르기까지 앱에 대한 작업 영역을 정의하는 모든 항목이 포함됩니다.
A project in Android Studio contains everything that defines your workspace for an app, from source code and assets, to test code and build configurations.ParaCrawl Corpus ParaCrawl Corpus
기타 빌드 파일에 대한 자세한 내용은 빌드 구성 을 참조하세요.
For information about other build files, see Configure Your Build .ParaCrawl Corpus ParaCrawl Corpus
빌드 구성을 시작하려면 그 전에 이들 파일의 각 범위와 목적 그리고 이들 파일이 정의해야 하는 기본 DSL 요소를 이해하는 것이 중요합니다.
Before you can start configuring your build, it is important to understand the scope and purpose of each of these files, and the basic DSL elements they should define.ParaCrawl Corpus ParaCrawl Corpus
Build Types: Gradle 빌드 구성 에 설명된 대로 빌드 구성을 생성하고 수정할 수 있습니다.
Build Types: Lets you create and modify build configurations, as described in Configuring Gradle Builds .ParaCrawl Corpus ParaCrawl Corpus
Gradle은 위에서 예로 든 빌드 구성을 사용하여 다음과 같은 이름 지정 체계로 총 12개의 빌드 변형을 생성합니다.
Using the build configuration above as an example, Gradle creates a total of 12 build variants with the following naming scheme:ParaCrawl Corpus ParaCrawl Corpus
Modules: 대상 및 최소 SDK, 앱 서명 및 라이브러리 종속성을 포함하여 모듈별 빌드 구성을 편집할 수 있습니다.
Modules: Allows you to edit module-specific build configurations, including the target and minimum SDK, the app signature, and library dependencies.ParaCrawl Corpus ParaCrawl Corpus
소스 세트가 병합되는 방식에 대한 자세한 내용은 빌드 구성 을 참조하세요.
For more information about how source sets are merged, see Configure your build .ParaCrawl Corpus ParaCrawl Corpus
간편한 빌드 구성 및 사용자설정.
Easy build configuration and customization.ParaCrawl Corpus ParaCrawl Corpus
빌드 구성에서는 자체적인 코드 및 리소스 세트를 정의할 수 있으며, 모든 앱 버전에 공통되는 부분을 재사용하기도 합니다.
Each build configuration can define its own set of code and resources, while reusing the parts common to all versions of your app.ParaCrawl Corpus ParaCrawl Corpus
중요: build.gradle 파일의 빌드 구성은 병합된 매니페스트 파일의 해당 특성을 재정의합니다.
Important: Build configurations from the build.gradle file override any corresponding attributes in the merged manifest file.ParaCrawl Corpus ParaCrawl Corpus
build.gradle (프로젝트) 이는 모든 모듈에 적용되는 빌드 구성을 정의합니다.
build.gradle (project) This defines your build configuration that apply to all modules.ParaCrawl Corpus ParaCrawl Corpus
이 섹션에서는 Android 빌드 시스템의 작동 방식과 여러 개의 빌드 구성을 사용자 지정하고 자동화하는 방법에 대해 설명합니다.
This section helps you understand how the Android build system works, and how it can help you customize and automate multiple build configurations.ParaCrawl Corpus ParaCrawl Corpus
자세한 내용은 빌드 구성 을 참조하세요.
For more details, see Configure your build .ParaCrawl Corpus ParaCrawl Corpus
build.gradle (모듈) 이는 모듈별 빌드 구성을 정의합니다.
build.gradle (module) This defines the module-specific build configurations.ParaCrawl Corpus ParaCrawl Corpus
모듈 종속성에 대한 자세한 내용은 Gradle 빌드 구성 을 참조하세요.
For more information about module dependencies, see Configuring Gradle Builds .ParaCrawl Corpus ParaCrawl Corpus
대부분의 Android Studio 프로젝트에서 즉시 활용할 수 있는 몇 단계를 통해 빌드 구성 최적화 .
Optimize your build configuration by taking a few steps that immediately benefit most Android Studio projects.ParaCrawl Corpus ParaCrawl Corpus
Android 빌드 시스템은 유연성이 탁월하므로 앱의 핵심 소스 파일을 수정할 필요 없이 사용자 지정 빌드 구성을 수행할 수 있습니다.
The flexibility of the Android build system enables you to perform custom build configurations without modifying your app's core source files.ParaCrawl Corpus ParaCrawl Corpus
빌드 구성을 변경한 후에, 위의 단계를 반복하고 새 빌드 프로필을 생성하여 변경 결과를 관찰합니다.
After making a change to your build configuration, observe the results of your changes by repeating the steps above and generating a new build profile.ParaCrawl Corpus ParaCrawl Corpus
자세한 내용은, 빌드 구성 을 참조하세요.
For more information, see Configure your build .ParaCrawl Corpus ParaCrawl Corpus
루트 프로젝트 디렉토리에 있는 최상위 build.gradle 파일은 프로젝트의 모든 모듈에 적용되는 빌드 구성을 정의합니다.
The top-level build.gradle file, located in the root project directory, defines build configurations that apply to all modules in your project.ParaCrawl Corpus ParaCrawl Corpus
103 sinne gevind in 16 ms. Hulle kom uit baie bronne en word nie nagegaan nie.