빌드 변형 영어 뜻 - 영어 번역

build variant
빌드 변형
build variants
빌드 변형

한국어에서 빌드 변형 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
빌드 변형에 대한 계측 테스트 생성.
Create instrumented test for a build variant.
Gradle용 Android 플러그인 개발 시 빌드 변형 생성.
Create a build variant for development.
빌드 변형에 대한 애플리케이션 ID 변경.
Change the application ID for build variants.
자세한 내용은 빌드 변형 구성 을 참조하세요.
For more information, see Configure Build Variants.
빌드 변형 매니페스트(예 src/demoDebug/ ).
Build variant manifest(such as src/demoDebug/).
이 경우에는 각 빌드 변형을 별개의 제품 버전 으로 정의해야 합니다.
In this case, each build variant should be defined as a separate product flavor.
빌드 변형에 대한 테스트 소스 세트를 추가하려면 다음 단계를 따르세요.
To add a testing source set for your build variant, follow these steps.
기본 소스 세트는 디버그와 릴리스를 포함한 모든 빌드 변형에 적용됩니다.
The main source set applies to all build variants, including debug and release.
빌드 변형에 대한 자세한 내용은 빌드 변형 구성 을 참조하세요.
For more information about using build variants, see Configure Build Variants.
Src/main/ 이 소스 세트에는 모든 빌드 변형에 공통되는 코드와 리소스가 포함됩니다.
Src/main/ This source set includes code and resources common to all build variants.
빌드 변형 은 여러분이 빌드할 수 있는 다양한 버전의 앱을 나타냅니다.
Each build variant represents a different version of your app that you can build..
모듈의 main/ 소스 세트에는 모든 빌드 변형에 사용되는 코드와 리소스가 포함됩니다.
A module's main/ source set includes the code and resources used by all its build variants.
빌드 변형을 생성하고 관리하는 방법에 대해 알아보려면, 빌드 변형 구성 개요를 참조하세요.
To learn how to create and manage build variants, read the Configure Build Variants overview.
매니페스트 항목 빌드 변형 구성에서 매니페스트 파일의 일부 속성에 대한 값을 지정할 수 있습니다.
Manifest Entries You can specify values for some properties of the manifest file in the build variant configuration.
하지만 필요하지 않거나 프로젝트의 컨텍스트를 고려할 때 이치에 닿지 않는 특정 빌드 변형이 있을 수 있습니다.
However, there may be certain build variants that either you do not need or do not make sense in the context of your project.
ProGuard 빌드 시스템을 사용하여 각 빌드 변형에 대해 다양한 ProGuard 규칙 파일을 지정할 수 있습니다.
ProGuard The build system enables you to specify a different ProGuard rules file for each build variant.
빌드 변형 이 샘플에는 두 개의 빌드 변형이 있습니다. framework -> Android 8.0(API 레벨 26) 이상.
Build Variants This sample has two build variants: framework-> Android 8.0(API level 26) or higher.
Instant Run을 사용할 때는 디버그 빌드 변형에서 앱 매니페스트의 모든 부분에 대해 자동 업데이트를 비활성화해야 합니다.
When using Instant Run, you should disable automatic updates to any part in the app manifest in your debug build variants.
지금 바로 Android Studio를 사용하여 사용자 지정 빌드 구성을 생성하려면, 빌드 변형 구성 을 참조하세요.
To start creating custom build configurations right away using Android Studio, see Configuring Build Variants.
프로젝트에 고유한 소스 세트를 갖는 빌드 변형 이 포함되어 있는 경우 해당 계측 테스트 소스 세트가 필요할 수 있습니다.
If your project includes build variants with unique source sets, then you might want corresponding instrumented test source sets.
빌드 변형 의 매니페스트 파일 변형에 여러 개의 소스 세트가 있다면 매니페스트 우선순위는 다음과 같습니다.
Manifest file for your build variant If you have multiple source sets for your variant, their manifest priorities are as follows.
이러한 문제가 발생하더라도Instant Run을 계속 사용하려면, 디버그 빌드 변형에서 해당 플러그인을 비활성화해야 합니다.
If you experience these issues, butwant to continue using Instant Run, you should disable those plugins for your debug build variant.
그러나 고유한 기능과 리소스를 가진 빌드 변형의 사용자 지정을 시작하려면, 소스 세트를 생성하고 관리하는 방법을 알아야 합니다.
To start customizing each build variant with its own features and resources, however, you will need to know how to create and manage source sets.
Gradle은 위에서 예로 든 빌드 구성을 사용하여 다음과 같은 이름 지정 체계로 총 12개의 빌드 변형을 생성합니다.
Using the build configuration above as an example, Gradle creates a total of 12 build variants with the following naming scheme.
기본적으로 Android Studio는 모든 빌드 변형 간에 여러분이 공유하려는 모든 것에 대해 main/ 소스 세트 및 디렉토리를 생성합니다.
By default, Android Studio creates the main/ source set and directories for everything you want to share between all your build variants.
예를 들어 라이브러리매니페스트는 메인 매니페스트와 병합되고, 메인 매니페스트는 빌드 변형 매니페스트와 병합됩니다.
For example, a library manifest is merged into the main manifest,then the main manifest is merged into the build variant manifest.
Xml 파일만 포함할 수 있지만 Android Studio 프로젝트는 메인 소스 세트, 빌드 변형, 가져온 라이브러리에서 제공하는 여러 파일을 포함할 수 있습니다.
Xml file, but your Android Studio project may contain several—provided by the main source set, build variants, and imported libraries.
빌드 변형은 동일한 기능을 제공하지만 하나는 Framework API를 사용하고 다른 하나는 InstantApps Play Services API를 사용합니다.
The two build variants provide the same features, but one uses the Framework API whereas the other one uses the InstantApps Play Services API.
또는 다음 샘플에 나오는 것처럼, 빌드 변형 또는 테스트 소스 세트의 이름을 구성 키워드에 적용하여 특정 빌드 변형 또는 테스트 소스 세트 에 대한 종속성을 구성할 수 있습니다.
You can configure a dependency for a specific build variant or testing source set by prefixing the name of the build variant or testing source set before the Implementation keyword, as shown in the following example.
빌드 변형 빌드 변형은 빌드 유형과 제품 버전의 교차 제품(crossproduct)이며, 앱을 빌드하기 위해 Gradle이 사용하는 구성입니다.
Build Variants A build variant is a cross product of a build type and product flavor, and is the configuration Gradle uses to build your app.
결과: 82, 시각: 0.0326

한국어 문장에서 "빌드 변형"를 사용하는 방법

Gradle 빌드 설정의 경우 빌드 변형 구성을 참조하세요.
gradle 파일에 변형 필터를 생성하여 특정 빌드 변형 구성을 제거할 수 있습니다.
제품 버전 및 빌드 변형을 구성하는 방법에 대한 자세한 내용은 빌드 변형 구성을 참조하세요.

영어 문장에서 "build variants"를 사용하는 방법

In the right pane, select the Build Variants tab.
Build variants and multiple apk file generation.
Some default build variants in BBv2 are release, debug, profile.
Build variants and multiple-APK generation (great for Android Wear). 3.
There are two build variants for Squaretest.
Hardware build variants and embedded licenses are also available.
Computing cartesian product of build variants and generators.
The build variants are stored in your .sublime-project file.
Use different index.js files for different build variants (testing vs.
Build variants and multiple APK generation.

단어 번역에 의한 워드

최고 사전 질의

한국어 - 영어