Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AaptOptions - Interface in com.android.builder.model
-
Options for aapt, but only those needed by the IDE.
- AaptOptions.Namespacing - Enum Class in com.android.builder.model
- ABI - Enum constant in enum class com.android.build.VariantOutput.FilterType
-
Deprecated.
- ABI - Static variable in interface com.android.build.VariantOutput
-
Deprecated.
- ANDROID_GRADLE_PLUGIN_VERSION - Static variable in class com.android.builder.model.Version
-
Deprecated.
- ANDROID_TEST - Enum constant in enum class com.android.builder.model.TestVariantBuildOutput.TestType
- ANDROID_TEST - Static variable in interface com.android.builder.model.TestVariantBuildOutput
- ANDROID_TEST_ORCHESTRATOR - Enum constant in enum class com.android.builder.model.TestOptions.Execution
-
On device orchestration is used.
- ANDROID_TOOLS_BASE_VERSION - Static variable in class com.android.builder.model.Version
-
Deprecated.
- AndroidArtifact - Interface in com.android.builder.model
-
An Android Artifact.
- AndroidArtifactOutput - Interface in com.android.builder.model
-
The Actual output for a
AndroidArtifact, which can be one file at the minimum or several APKs in case of pure splits configuration. - AndroidBundle - Interface in com.android.builder.model
-
Represents some of an
AndroidLibrary. - AndroidGradlePluginProjectFlags - Interface in com.android.builder.model
-
Represents various AGP project-wide flags.
- AndroidGradlePluginProjectFlags.BooleanFlag - Enum Class in com.android.builder.model
-
Boolean flags for behavior changes in AGP that Android Studio needs to know about.
- AndroidLibrary - Interface in com.android.builder.model
-
Represents an Android Library dependency, its content and its own dependencies.
- AndroidProject - Interface in com.android.builder.model
-
Entry point for the model of the Android Projects.
- ANDROIDX_TEST_ORCHESTRATOR - Enum constant in enum class com.android.builder.model.TestOptions.Execution
-
On device orchestration is used, with androidx class names.
- ApiVersion - Interface in com.android.builder.model
-
Represents the version of an Android Platform.
- AppBundleProjectBuildOutput - Interface in com.android.builder.model
-
Project output for the bundle file of an app.
- AppBundleVariantBuildOutput - Interface in com.android.builder.model
-
Model that represents the variant build output of a bundle file.
- APPLICATION_R_CLASS_CONSTANT_IDS - Enum constant in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
Whether the R class in applications and dynamic features has constant IDs.
- ARTIFACT_ANDROID_TEST - Static variable in interface com.android.builder.model.AndroidProject
- ARTIFACT_MAIN - Static variable in interface com.android.builder.model.AndroidProject
- ARTIFACT_TEST_FIXTURES - Static variable in interface com.android.builder.model.AndroidProject
- ARTIFACT_UNIT_TEST - Static variable in interface com.android.builder.model.AndroidProject
- ArtifactMetaData - Interface in com.android.builder.model
-
Meta Data for an Artifact.
B
- BaseArtifact - Interface in com.android.builder.model
-
The base information for all generated artifacts
- BaseBuildOutput - Interface in com.android.builder.model
-
Deprecated.
- BUILD_SYSTEM_CMAKE - Static variable in interface com.android.builder.model.NativeAndroidProject
- BUILD_SYSTEM_GRADLE - Static variable in interface com.android.builder.model.NativeAndroidProject
- BUILD_SYSTEM_NDK_BUILD - Static variable in interface com.android.builder.model.NativeAndroidProject
- BUILD_SYSTEM_UNKNOWN - Static variable in interface com.android.builder.model.NativeAndroidProject
- BUILDER_MODEL_API_VERSION - Static variable in class com.android.builder.model.Version
-
Deprecated.
- BUILDER_NATIVE_MODEL_API_VERSION - Static variable in class com.android.builder.model.Version
-
Deprecated.
- BuildTypeContainer - Interface in com.android.builder.model
-
A Container of all the data related to
BuildType.
C
- ClassField - Interface in com.android.builder.model
-
A Simple class field with name, type and value, all as strings.
- CodeShrinker - Enum Class in com.android.builder.model
- com.android.build - package com.android.build
- com.android.builder.model - package com.android.builder.model
- com.android.builder.model.level2 - package com.android.builder.model.level2
D
- DENSITY - Enum constant in enum class com.android.build.VariantOutput.FilterType
-
Deprecated.
- DENSITY - Static variable in interface com.android.build.VariantOutput
-
Deprecated.String representations of the FilterType enum which can be used for remote-able interfaces.Ap
- Dependencies - Interface in com.android.builder.model
-
A set of dependencies for an
AndroidArtifact. - Dependencies.ProjectIdentifier - Interface in com.android.builder.model
-
' A Unique identifier for a project.
- DependencyGraphs - Interface in com.android.builder.model.level2
-
A set of dependency Graphs.
- DISABLED - Enum constant in enum class com.android.builder.model.AaptOptions.Namespacing
-
Resources are not namespaced.
F
- FilterData - Interface in com.android.build
-
Represents a split information, like its type or dimension (density, abi, language...) and the filter value (like hdpi for a density split type).
- FULL_APK - Enum constant in enum class com.android.builder.model.OptionalCompilationStep
-
Deprecated.Force rebuild of fresh install artifacts.
- FULL_SPLIT - Enum constant in enum class com.android.build.VariantOutput.OutputType
-
Deprecated.
- FULL_SPLIT - Static variable in interface com.android.build.VariantOutput
-
Deprecated.
G
- GENERATION_COMPONENT - Static variable in interface com.android.builder.model.AndroidProject
- GENERATION_ORIGINAL - Static variable in interface com.android.builder.model.AndroidProject
- getAaptOptions() - Method in interface com.android.builder.model.AndroidProject
-
Returns the aapt options.
- getAbi() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the target ABI of the artifact.
- getAbi() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.Returns the ABI of the library.
- getAbi() - Method in interface com.android.builder.model.NativeVariantAbi
-
Returns the abi.
- getAbiFilters() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the ABI filters associated with the artifact, or null if there are no filters.
- getAbiName() - Method in interface com.android.builder.model.ModelBuilderParameter
-
If not null then this is the name of the ABI to build.
- getAbiNames() - Method in interface com.android.builder.model.NativeVariantInfo
-
Names of ABIs built by this variant.
- getAdditionalClassesFolders() - Method in interface com.android.builder.model.BaseArtifact
-
Folders or jars containing additional classes (e.g., R.jar or those registered by third-party plugins like Kotlin).
- getAdditionalRuntimeApks() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns a list of additional APKs that need to installed on the device for this artifact to work correctly.
- getAidlDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the aidl source folders.
- getAidlFolder() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the aidl import folder.
- getAidlFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the aidl import folder.
- getAndroidTestNamespace() - Method in interface com.android.builder.model.AndroidProject
-
Returns the namespace of the AndroidTest artifact.
- getAnimationsDisabled() - Method in interface com.android.builder.model.TestOptions
- getAnnotations() - Method in interface com.android.builder.model.ClassField
- getApiLevel() - Method in interface com.android.builder.model.ApiVersion
-
Returns the api level as an integer.
- getApiString() - Method in interface com.android.builder.model.ApiVersion
-
Returns the API value as a string.
- getApiVersion() - Method in interface com.android.builder.model.AndroidProject
-
Returns the model api version.
- getApiVersion() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns the model api version.
- getApkFolder() - Method in interface com.android.builder.model.AppBundleVariantBuildOutput
-
Returns the location of the generated APK(s) from the bundle.
- getApkFromBundleTaskName() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the name of the task used to generate APKs via the bundle file (.aab), or null if the task is not supported.
- getApkFromBundleTaskOutputListingFile() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the path to the model file generated after each
AndroidArtifact.getApkFromBundleTaskName()task execution. - getAppBundleVariantsBuildOutput() - Method in interface com.android.builder.model.AppBundleProjectBuildOutput
- getApplicationId() - Method in interface com.android.builder.model.AndroidArtifact
-
Deprecated.
- getApplicationId() - Method in interface com.android.builder.model.InstantAppVariantBuildOutput
-
The applicationId for this Variant.
- getArtifact() - Method in interface com.android.builder.model.level2.Library
-
Returns the artifact location.
- getArtifactAddress() - Method in interface com.android.builder.model.level2.GraphItem
-
Returns the artifact address in a unique way.
- getArtifactAddress() - Method in interface com.android.builder.model.level2.Library
-
Returns the artifact address in a unique way.
- getArtifactName() - Method in interface com.android.builder.model.SourceProviderContainer
-
Returns the name matching
ArtifactMetaData.getName() - getArtifacts() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a collection of native artifacts.
- getArtifacts() - Method in interface com.android.builder.model.NativeVariantAbi
-
Returns a collection of native artifacts.
- getAssembleTaskName() - Method in interface com.android.builder.model.AndroidArtifactOutput
-
Deprecated.
- getAssembleTaskName() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the name of the task used to generate the artifact output(s).
- getAssembleTaskName() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the name of the task used to generate the artifact output.
- getAssembleTaskOutputListingFile() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the absolute path for the listing file that will get updated after each build.
- getAssetsDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the android assets folders.
- getAssetsFolder() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the assets folder.
- getAssetsFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the assets folder.
- getBooleanFlagMap() - Method in interface com.android.builder.model.AndroidGradlePluginProjectFlags
- getBootClasspath() - Method in interface com.android.builder.model.AndroidProject
-
Returns the boot classpath matching the compile target.
- getBuildFiles() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a collection of files that affects the build.
- getBuildFiles() - Method in interface com.android.builder.model.NativeVariantAbi
-
Returns a collection of files that affect the build.
- getBuildFolder() - Method in interface com.android.builder.model.AndroidProject
-
Returns the build folder of this project.
- getBuildId() - Method in interface com.android.builder.model.Dependencies.ProjectIdentifier
-
The build id.
- getBuildId() - Method in interface com.android.builder.model.level2.Library
-
Returns the build id.
- getBuildId() - Method in interface com.android.builder.model.Library
-
Returns an optional build identifier.
- getBuildRootFolderMap() - Method in interface com.android.builder.model.NativeVariantInfo
-
Map of ABI name to corresponding build root folder for that ABI.
- getBuildSystems() - Method in interface com.android.builder.model.NativeAndroidProject
-
Return the names of build systems used to create the native artifacts.
- getBuildToolsVersion() - Method in interface com.android.builder.model.AndroidProject
-
Returns the build tools version used by this module.
- getBuildType() - Method in interface com.android.builder.model.BuildTypeContainer
-
The Build Type itself.
- getBuildType() - Method in interface com.android.builder.model.Variant
-
Returns the build type.
- getBuildTypes() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of all the
BuildTypein their container. - getBundle() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the dependency bundle.
- getBundleFile() - Method in interface com.android.builder.model.AppBundleVariantBuildOutput
-
Returns the bundle file output (.aab file).
- getBundleTaskName() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the name of the task used to generate the bundle file (.aab), or null if the task is not supported.
- getBundleTaskOutputListingFile() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the path to the listing file generated after each
AndroidArtifact.getBundleTaskName()task execution. - getCCompilerExecutable() - Method in interface com.android.builder.model.NativeToolchain
-
Returns the full path of the C compiler.
- getCCompilerFlags() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.A list of compiler flags for C code.
- getCDefines() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.A list of defines for C code.
- getCDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Deprecated.since ndk-compile is deprecated
- getCIncludeDirs() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.A list of include directories for compiling C code.
- getClassesFolder() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the folder containing the class files.
- getCodename() - Method in interface com.android.builder.model.ApiVersion
-
Returns the version code name if applicable, null otherwise.
- getCodeShrinker() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the code shrinker used by this artifact or null if no shrinker is used to build this artifact.
- getCompileDependencies() - Method in interface com.android.builder.model.BaseArtifact
-
Deprecated.
- getCompileDependencies() - Method in interface com.android.builder.model.level2.DependencyGraphs
-
Returns the compile dependency graph.
- getCompileJarFile() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the jar file to use for compiling.
- getCompileJarFile() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the jar file to use for compilation.
- getCompilerFlags() - Method in interface com.android.builder.model.NativeSettings
- getCompileTarget() - Method in interface com.android.builder.model.AndroidProject
-
Returns the compilation target as a string.
- getCompileTaskName() - Method in interface com.android.builder.model.BaseArtifact
- getCppCompilerExecutable() - Method in interface com.android.builder.model.NativeToolchain
-
Returns the full path of the C++ compiler.
- getCppCompilerFlags() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.A list of compiler flags for C++ code.
- getCppDefines() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.A list of defines for C++ code.
- getCppDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Deprecated.since ndk-compile is deprecated
- getCppIncludeDirs() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.A list of include directories for compiling C++ code.
- getCppSystemIncludeDirs() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.A list of system include directories for compiling C++ code.
- getCSystemIncludeDirs() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.A list of system include directories for compiling C code.
- getCustomDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the map of registered custom directories, key is the name provided when registering the source set, and value is the list of folders for that custom source set.
- getDebuggableLibraryFolders() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.The folders containing built libraries with debug information.
- getDefaultConfig() - Method in interface com.android.builder.model.AndroidProject
-
Returns the
ProductFlavorContainerfor the 'main' default config. - getDefaultNdkVersion() - Method in interface com.android.builder.model.NativeAndroidProject
-
Get the default NDK version.
- getDefaultVariant() - Method in interface com.android.builder.model.AndroidProject
-
Returns the name of the variant the IDE should use when opening the project for the first time.
- getDependencies() - Method in interface com.android.builder.model.BaseArtifact
-
Return the level 0-1 type dependencies
- getDependencies() - Method in interface com.android.builder.model.JavaLibrary
-
Returns the direct dependencies of this library.
- getDependencies() - Method in interface com.android.builder.model.level2.GraphItem
-
Return the direct dependency of this node.
- getDependenciesInfo() - Method in interface com.android.builder.model.AndroidProject
- getDependencyGraphs() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the resolved dependencies for this artifact.
- getDesugaredMethods() - Method in interface com.android.builder.model.Variant
-
Returns all desugared methods including backported methods handled by D8 and methods provided by core library desugaring.
- getDisplayName() - Method in interface com.android.builder.model.Variant
-
Returns a display name for the variant.
- getDocumentation() - Method in interface com.android.builder.model.ClassField
- getDynamicFeatures() - Method in interface com.android.builder.model.AndroidProject
-
Returns the list of dynamic features.
- getEncoding() - Method in interface com.android.builder.model.JavaCompileOptions
- getExecution() - Method in interface com.android.builder.model.TestOptions
- getExportedHeaders() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the folders container headers exported for the library.
- getExternalAnnotations() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the external annotations zip file (which may not exist)
- getExternalAnnotations() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the external annotations zip file (which may not exist) Only valid for Android Library where
Library.getType()isLibrary.LIBRARY_ANDROID - getExtraAndroidArtifacts() - Method in interface com.android.builder.model.Variant
- getExtraArtifacts() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of extra artifacts meta data.
- getExtraJavaArtifacts() - Method in interface com.android.builder.model.Variant
- getExtraSourceProviders() - Method in interface com.android.builder.model.BuildTypeContainer
-
Returns a list of ArtifactMetaData/SourceProvider association.
- getExtraSourceProviders() - Method in interface com.android.builder.model.ProductFlavorContainer
-
Returns a list of ArtifactMetaData/SourceProvider association.
- getFeatureOutputs() - Method in interface com.android.builder.model.InstantAppVariantBuildOutput
-
Returns the collection of feature outputs for this Variant.
- getFileExtensions() - Method in interface com.android.builder.model.NativeAndroidProject
-
Return a map of file extension to each file type.
- getFileExtensions() - Method in interface com.android.builder.model.NativeVariantAbi
-
Return a map of file extension to each file type.
- getFilePath() - Method in interface com.android.builder.model.NativeFile
-
The source file.
- getFilters() - Method in interface com.android.build.VariantOutput
-
Deprecated.Returns all the split information used to create the APK.
- getFilterType() - Method in interface com.android.build.FilterData
- getFilterTypes() - Method in interface com.android.build.VariantOutput
-
Deprecated.Returns the split dimensions the referenced APK was created with.
- getFlags() - Method in interface com.android.builder.model.AndroidProject
-
Returns the AGP flags for this project.
- getFlavorDimensions() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of all the flavor dimensions, may be empty.
- getFolder() - Method in interface com.android.builder.model.AndroidBundle
-
Deprecated.Users of this model are strongly encouraged to migrate to using the methods for the individual artifacts within the AAR instead.
- getFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the unzipped bundle folder.
- getFrameworkSources() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of folders or jar files that contains the framework source code.
- getGeneratedDensities() - Method in interface com.android.builder.model.VectorDrawablesOptions
- getGeneratedManifest() - Method in interface com.android.builder.model.AndroidArtifactOutput
-
The generated manifest for this variant's artifact's output.
- getGeneratedResourceFolders() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns all the resource folders that are generated.
- getGeneratedSourceFolders() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns all the source folders that are generated.
- getGeneratedSourceFolders() - Method in interface com.android.builder.model.BaseArtifact
-
Returns all the source folders that are generated.
- getGroupId() - Method in interface com.android.builder.model.AndroidProject
-
Returns the optional group-id of the artifact represented by this project.
- getGroupName() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the group this artifact is associated with.
- getIdentifier() - Method in interface com.android.build.FilterData
- getIdeSetupTaskNames() - Method in interface com.android.builder.model.BaseArtifact
-
Returns names of tasks that need to be run when setting up the IDE project.
- getInfoFile() - Method in interface com.android.builder.model.InstantRun
-
Returns the last incremental build information, including success or failure, verifier reason for requesting a restart, etc...
- getInstantAppVariantsBuildOutput() - Method in interface com.android.builder.model.InstantAppProjectBuildOutput
-
Returns a collection of
InstantAppVariantBuildOutputidentifying all the variants for this project. - getInstantRun() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the InstantRun feature related model.
- getInstrumentedTestTaskName() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the name of the task used to run instrumented tests or null if the variant is not a test variant.
- getJarFile() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the jar file to use for packaging.
- getJarFile() - Method in interface com.android.builder.model.JavaLibrary
-
Returns the library's jar file.
- getJarFile() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the jar file to use for compiling and packaging.
- getJavaCompileOptions() - Method in interface com.android.builder.model.AndroidProject
-
Returns the compile options for Java code.
- getJavaDependencies() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the collection of external Jar files that are included in the dependency.
- getJavaDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the java source folders.
- getJavaLibraries() - Method in interface com.android.builder.model.Dependencies
-
The list of Java library dependencies.
- getJavaModules() - Method in interface com.android.builder.model.Dependencies
-
Returns the list of Java Modules.
- getJavaResourcesFolder() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the folder containing resource files that classes form this artifact expect to find on the classpath.
- getJniFolder() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the jni libraries folder.
- getJniFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the jni libraries folder.
- getJniLibsDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the native libs folders.
- getKotlinDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the kotlin source folders.
- getLegacyDefault() - Method in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
The apparent value of this flag from Studio if it is not explicitly set in the AGP model.
- getLibraries() - Method in interface com.android.builder.model.Dependencies
-
The list of Android library dependencies.
- getLibraries() - Method in interface com.android.builder.model.level2.GlobalLibraryMap
-
the list of external libraries used by all the variants in the module.
- getLibraryDependencies() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the list of direct library dependencies of this dependency.
- getLintJar() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the lint jar.
- getLintJar() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the lint jar.
- getLintOptions() - Method in interface com.android.builder.model.AndroidProject
-
Returns the lint options.
- getLintRuleJars() - Method in interface com.android.builder.model.AndroidProject
-
Returns the lint jars that this module uses to run extra lint checks
- getLocalJars() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the list of local Jar files that are included in the dependency.
- getLocalJars() - Method in interface com.android.builder.model.level2.Library
-
Returns the list of local Jar files that are included in the dependency.
- getMainArtifact() - Method in interface com.android.builder.model.Variant
-
Returns the main artifact for this variant.
- getMainOutputFile() - Method in interface com.android.build.VariantOutput
-
Deprecated.Returns the main file for this artifact which can be either the
VariantOutput.OutputType.MAINorVariantOutput.OutputType.FULL_SPLIT - getManifest() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the manifest.
- getManifest() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the manifest relative to the folder.
- getManifestFile() - Method in interface com.android.builder.model.SourceProvider
-
Returns the manifest file.
- getMergedFlavor() - Method in interface com.android.builder.model.Variant
-
The result of the merge of all the flavors and of the main default config.
- getMlModelsDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the machine learning models folders.
- getMockablePlatformJar() - Method in interface com.android.builder.model.JavaArtifact
-
Path to the mockable platform jar generated for this
JavaArtifact, if present. - getModelVersion() - Method in interface com.android.builder.model.AndroidProject
-
Returns the model version.
- getModelVersion() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns the model version.
- getMultiFlavorSourceProvider() - Method in interface com.android.builder.model.BaseArtifact
-
A SourceProvider specific to the flavor combination.
- getName() - Method in interface com.android.builder.model.AndroidProject
-
Returns the name of the module.
- getName() - Method in interface com.android.builder.model.AppBundleVariantBuildOutput
-
Variant full name.
- getName() - Method in interface com.android.builder.model.ArtifactMetaData
- getName() - Method in interface com.android.builder.model.BaseArtifact
-
Name of the artifact.
- getName() - Method in interface com.android.builder.model.BaseBuildOutput
-
Deprecated.Variant full name.
- getName() - Method in interface com.android.builder.model.ClassField
- getName() - Method in interface com.android.builder.model.InstantAppVariantBuildOutput
-
Variant full name.
- getName() - Method in interface com.android.builder.model.Library
-
Returns a user friendly name.
- getName() - Method in interface com.android.builder.model.Named
- getName() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns the name of the module.
- getName() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the name of the artifact.
- getName() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.Returns the name of the native library.
- getName() - Method in interface com.android.builder.model.NativeSettings
- getName() - Method in interface com.android.builder.model.NativeToolchain
-
Returns the name of the toolchain.
- getName() - Method in interface com.android.builder.model.SourceProvider
-
Returns the name of this source set.
- getName() - Method in interface com.android.builder.model.Variant
-
Returns the name of the variant.
- getNamespace() - Method in interface com.android.builder.model.AndroidProject
-
Returns the namespace of the main artifact.
- getNamespacing() - Method in interface com.android.builder.model.AaptOptions
-
Returns the resource namespacing strategy for this sub-project
- getNativeLibraries() - Method in interface com.android.builder.model.AndroidArtifact
-
Deprecated.
- getNativeToolchains() - Method in interface com.android.builder.model.AndroidProject
-
Returns the collection of toolchains used to create any native libraries.
- getNdkVersion() - Method in interface com.android.builder.model.AndroidProject
-
Returns the NDK version used by this module.
- getOutput() - Method in interface com.android.builder.model.InstantAppVariantBuildOutput
-
Returns the build output for this Variant.
- getOutputFile() - Method in interface com.android.build.OutputFile
-
Deprecated.Returns the output file for this artifact's output.
- getOutputFile() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the output file with debug symbols unstripped.
- getOutputs() - Method in interface com.android.build.VariantOutput
-
Deprecated.
- getOutputs() - Method in interface com.android.builder.model.AndroidArtifact
-
Deprecated.Use post-build model instead. See
VariantBuildInformation - getOutputs() - Method in interface com.android.builder.model.BaseBuildOutput
-
Deprecated.Returns the collection of build output for this Variant.
- getOutputType() - Method in interface com.android.build.VariantOutput
-
Deprecated.Returns the output type of the referenced APK.
- getPackageDependencies() - Method in interface com.android.builder.model.level2.DependencyGraphs
-
Returns the package dependency graph.
- getPluginGeneration() - Method in interface com.android.builder.model.AndroidProject
-
Returns the generation of the plugin.
- getProductFlavor() - Method in interface com.android.builder.model.ProductFlavorContainer
-
The Product Flavor itself.
- getProductFlavors() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of all the
ProductFlavorin their container. - getProductFlavors() - Method in interface com.android.builder.model.Variant
-
Returns the flavors for this variants.
- getProguardRules() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the proguard files.
- getProguardRules() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the proguard files.
- getProject() - Method in interface com.android.builder.model.Library
-
Returns an optional project identifier if the library is output by a module.
- getProjectPath() - Method in interface com.android.builder.model.Dependencies.ProjectIdentifier
-
The project path.
- getProjectPath() - Method in interface com.android.builder.model.level2.Library
-
Returns the gradle path.
- getProjects() - Method in interface com.android.builder.model.Dependencies
-
Deprecated.
- getProjectType() - Method in interface com.android.builder.model.AndroidProject
-
Returns the type of project: Android application, library, feature, instantApp.
- getProjectVariant() - Method in interface com.android.builder.model.AndroidBundle
-
Returns an optional configuration name if the library is output by a module that publishes more than one variant.
- getProvidedLibraries() - Method in interface com.android.builder.model.level2.DependencyGraphs
-
Returns the list of provided libraries.
- getPublicResources() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of an optional file that lists the only resources that should be considered public.
- getPublicResources() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of an optional file that lists the only resources that should be considered public.
- getRenderscriptDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the renderscript source folders.
- getRenderscriptFolder() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the renderscript import folder.
- getRenderscriptFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the renderscript import folder.
- getRequestedCoordinates() - Method in interface com.android.builder.model.level2.GraphItem
-
Returns this library's Maven coordinates, as requested in the build file.
- getRequestedCoordinates() - Method in interface com.android.builder.model.Library
-
Returns this library's Maven coordinates, as requested in the build file.
- getResDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the android resources folders.
- getResFolder() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the non-namespaced res folder.
- getResFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the res folder.
- getResolvedCoordinates() - Method in interface com.android.builder.model.Library
-
Returns this library's Maven coordinates after all the project's dependencies have been resolved.
- getResourcePrefix() - Method in interface com.android.builder.model.AndroidProject
-
Returns the resource prefix to use, if any.
- getResourcesDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the java resources folders.
- getResStaticLibrary() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the namespaced resources static library (res.apk).
- getResStaticLibrary() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the namespaced resources static library (res.apk).
- getResValues() - Method in interface com.android.builder.model.AndroidArtifact
-
Deprecated.
- getRuntimeFiles() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the files that needs to be deployed with getOutputFile to be executed on device.
- getRuntimeOnlyClasses() - Method in interface com.android.builder.model.Dependencies
-
Returns the list of runtime only dependency classes.
- getSettings() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a collection of all compile settings.
- getSettings() - Method in interface com.android.builder.model.NativeVariantAbi
-
Returns a collection of all compile settings.
- getSettingsName() - Method in interface com.android.builder.model.NativeFile
-
The name of a
NativeSettingsfor the source file. - getShadersDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the shader folders.
- getShouldBuildVariant() - Method in interface com.android.builder.model.ModelBuilderParameter
-
Whether model builder should build variants or not when building
AndroidProject. - getShouldGenerateSources() - Method in interface com.android.builder.model.ModelBuilderParameter
-
Whether model builder should schedule source generation post sync or not when building
Variant. - getSigningConfigName() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the name of the
SigningConfigused for the signing. - getSigningConfigs() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of
SigningConfig. - getSkippedLibraries() - Method in interface com.android.builder.model.level2.DependencyGraphs
-
Returns the list of skipped libraries.
- getSourceCompatibility() - Method in interface com.android.builder.model.JavaCompileOptions
- getSourceFiles() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the source files.
- getSourceGenTaskName() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the name of the task used to generate the source code.
- getSourceProvider() - Method in interface com.android.builder.model.BuildTypeContainer
-
The associated sources of the build type.
- getSourceProvider() - Method in interface com.android.builder.model.ProductFlavorContainer
-
The associated main sources of the product flavor
- getSourceProvider() - Method in interface com.android.builder.model.SourceProviderContainer
-
Returns the source provider
- getSupportStatus() - Method in interface com.android.builder.model.InstantRun
-
Returns a status code indicating whether Instant Run is supported and why.
- getSymbolFile() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the text symbol file
- getSymbolFile() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the text symbol file Only valid for Android Library where
Library.getType()isLibrary.LIBRARY_ANDROID - getSyncIssues() - Method in interface com.android.builder.model.AndroidProject
-
Deprecated.request
ProjectSyncIssuesinstead. - getSyncIssues() - Method in interface com.android.builder.model.ProjectSyncIssues
-
Returns issues found during sync.
- getTargetCompatibility() - Method in interface com.android.builder.model.JavaCompileOptions
- getTargetName() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the name of the target that builds this artifact.
- getTargetProjectPath() - Method in interface com.android.builder.model.TestedTargetVariant
-
Returns the Gradle path of the project that is being tested.
- getTargetVariant() - Method in interface com.android.builder.model.TestedTargetVariant
-
Returns the variant of the tested project.
- getTestedTargetVariants() - Method in interface com.android.builder.model.Variant
-
Returns the list of target projects and the variants that this variant is testing.
- getTestedVariantName() - Method in interface com.android.builder.model.TestVariantBuildOutput
-
Returns the variant name of the tested variant.
- getTestingVariants() - Method in interface com.android.builder.model.VariantBuildOutput
-
Deprecated.Returns a possibly empty list of test variants for this variant.
- getTestOptions() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the test options only if the variant type is testing.
- getToolChain() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the toolchain used for compilation.
- getToolchainName() - Method in interface com.android.builder.model.NativeLibrary
-
Deprecated.Returns the name of the toolchain used to compile the native library.
- getToolChains() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a collection of toolchains.
- getToolChains() - Method in interface com.android.builder.model.NativeVariantAbi
-
Returns a collection of toolchains.
- getType() - Method in interface com.android.builder.model.ArtifactMetaData
- getType() - Method in interface com.android.builder.model.ClassField
- getType() - Method in interface com.android.builder.model.level2.Library
-
The type of the dependency
- getType() - Method in interface com.android.builder.model.TestVariantBuildOutput
-
Returns the test variant type as a String
- getUnresolvedDependencies() - Method in interface com.android.builder.model.AndroidProject
-
Deprecated.
- getUseSupportLibrary() - Method in interface com.android.builder.model.VectorDrawablesOptions
- getValue() - Method in interface com.android.builder.model.ClassField
- getVariant() - Method in interface com.android.builder.model.level2.Library
-
Returns an optional variant name if the consumed artifact of the library is associated to one.
- getVariantInfos() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a map of variant name to information about that variant.
- getVariantName() - Method in interface com.android.builder.model.ModelBuilderParameter
-
Returns the name of the variant to build.
- getVariantName() - Method in interface com.android.builder.model.NativeVariantAbi
-
Returns the variant name.
- getVariantNames() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of all the variant names.
- getVariants() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of all the variants.
- getVariantsBuildInformation() - Method in interface com.android.builder.model.AndroidProject
-
Returns the minimal information of variants for this project, excluding test related variants.
- getVariantsBuildOutput() - Method in interface com.android.builder.model.ProjectBuildOutput
-
Deprecated.Returns a collection of
VariantBuildOutputidentifying all the variants for this project. - getVariantSourceProvider() - Method in interface com.android.builder.model.BaseArtifact
-
A SourceProvider specific to the variant.
- getVersionCode() - Method in interface com.android.build.VariantOutput
-
Deprecated.Returns the version code for this output.
- getViewBindingOptions() - Method in interface com.android.builder.model.AndroidProject
-
Returns the options for view binding.
- getWorkingDirectory() - Method in interface com.android.builder.model.NativeFile
-
The working directory for the compiler.
- GlobalLibraryMap - Interface in com.android.builder.model.level2
-
Global map of all the
Libraryinstances used in a single or multi-module gradle project. - GraphItem - Interface in com.android.builder.model.level2
-
A node in a dependency graph, representing a direct or transitive dependency.
H
- HOST - Enum constant in enum class com.android.builder.model.TestOptions.Execution
-
On device orchestration is not used in this case.
I
- INSTANT_DEV - Enum constant in enum class com.android.builder.model.OptionalCompilationStep
-
Deprecated.presence will turn on the InstantRun feature.
- InstantAppProjectBuildOutput - Interface in com.android.builder.model
-
Minimal model for an instant app project output.
- InstantAppVariantBuildOutput - Interface in com.android.builder.model
-
Model that represents an instant app variant build output.
- InstantRun - Interface in com.android.builder.model
-
Model for InstantRun related information.
- isBaseSplit() - Method in interface com.android.builder.model.AndroidProject
-
Returns true if this is the base feature split.
- isCoreLibraryDesugaringEnabled() - Method in interface com.android.builder.model.JavaCompileOptions
- isEnabled() - Method in interface com.android.builder.model.ViewBindingOptions
-
Whether to enable view binding.
- isInstantAppCompatible() - Method in interface com.android.builder.model.Variant
-
Returns true if this variant is instant app compatible, intended to be possibly built and served in an instant app context.
- isLibrary() - Method in interface com.android.builder.model.AndroidProject
-
Deprecated.use
AndroidProject.getProjectType()instead. - isOptional() - Method in interface com.android.builder.model.AndroidLibrary
-
Deprecated.Use
AndroidLibrary.isProvided()instead - isProvided() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns whether the library is considered optional, meaning that it may or may not be present in the final APK.
- isProvided() - Method in interface com.android.builder.model.Library
-
Returns whether the dependency is provided.
- isSigned() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns whether the output file is signed.
- isSkipped() - Method in interface com.android.builder.model.Library
-
Returns whether the dependency is skipped.
- isSupportedByArtifact() - Method in interface com.android.builder.model.InstantRun
-
Whether the owner artifact supports Instant Run.
- isTest() - Method in interface com.android.builder.model.ArtifactMetaData
J
- JavaArtifact - Interface in com.android.builder.model
-
The information for a generated Java artifact.
- JavaCompileOptions - Interface in com.android.builder.model
-
Java compile options.
- JavaLibrary - Interface in com.android.builder.model
-
A Java library.
- JETPACK_COMPOSE - Enum constant in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
Whether the jetpack Compose feature is enabled for this project.
L
- LANGUAGE - Enum constant in enum class com.android.build.VariantOutput.FilterType
-
Deprecated.
- LANGUAGE - Static variable in interface com.android.build.VariantOutput
-
Deprecated.
- Library - Interface in com.android.builder.model.level2
-
Represent a variant/module/artifact dependency.
- Library - Interface in com.android.builder.model
- LIBRARY_ANDROID - Static variable in interface com.android.builder.model.level2.Library
- LIBRARY_JAVA - Static variable in interface com.android.builder.model.level2.Library
- LIBRARY_MODULE - Static variable in interface com.android.builder.model.level2.Library
M
- MAIN - Enum constant in enum class com.android.build.VariantOutput.OutputType
-
Deprecated.
- MAIN - Static variable in interface com.android.build.VariantOutput
-
Deprecated.String representation of the OutputType enum which can be used for remote-able interfaces.
- ML_MODEL_BINDING - Enum constant in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
Whether the ML model binding feature is enabled for this project.
- MODEL_LEVEL_0_ORIGINAL - Static variable in interface com.android.builder.model.AndroidProject
- MODEL_LEVEL_1_SYNC_ISSUE - Static variable in interface com.android.builder.model.AndroidProject
- MODEL_LEVEL_3_VARIANT_OUTPUT_POST_BUILD - Static variable in interface com.android.builder.model.AndroidProject
- MODEL_LEVEL_4_NEW_DEP_MODEL - Static variable in interface com.android.builder.model.AndroidProject
- MODEL_LEVEL_LATEST - Static variable in interface com.android.builder.model.AndroidProject
- ModelBuilderParameter - Interface in com.android.builder.model
-
The parameter for ModelBuilder to build customized models.
N
- Named - Interface in com.android.builder.model
-
Workaround to allow kotlin users to treat name as a field on interfaces that contain getName().
- NativeAndroidProject - Interface in com.android.builder.model
-
Entry point for the model of the Android native support.
- NativeArtifact - Interface in com.android.builder.model
-
A native artifact.
- NativeFile - Interface in com.android.builder.model
-
A native source file with compile settings.
- NativeLibrary - Interface in com.android.builder.model
-
Deprecated.
- NativeSettings - Interface in com.android.builder.model
-
Compilation settings for a native source file.
- NativeToolchain - Interface in com.android.builder.model
-
Toolchain for building a native library.
- NativeVariantAbi - Interface in com.android.builder.model
-
Contains information about a specific variant + ABI for a native project.
- NativeVariantInfo - Interface in com.android.builder.model
-
Native build information about a specific variant.
- NO_FILTER - Static variable in interface com.android.build.VariantOutput
-
Deprecated.An object representing the lack of filter.
O
- OptionalCompilationStep - Enum Class in com.android.builder.model
-
Deprecated.this is not used anymore
- OutputFile - Interface in com.android.build
-
Deprecated.
P
- ProductFlavorContainer - Interface in com.android.builder.model
-
A Container of all the data related to
ProductFlavor. - PROGUARD - Enum constant in enum class com.android.builder.model.CodeShrinker
- ProjectBuildOutput - Interface in com.android.builder.model
-
Deprecated.
- ProjectSyncIssues - Interface in com.android.builder.model
-
Model for a project's
SyncIssues. - PROPERTY_ANDROID_STUDIO_VERSION - Static variable in interface com.android.builder.model.AndroidProject
- PROPERTY_ANDROID_SUPPORT_VERSION - Static variable in interface com.android.builder.model.AndroidProject
- PROPERTY_AVOID_TASK_REGISTRATION - Static variable in interface com.android.builder.model.AndroidProject
-
Used to ask AGP to avoid task registration (if possible) during sync, in order to improve sync performance.
- PROPERTY_BUILD_MODEL_DISABLE_SRC_DOWNLOAD - Static variable in interface com.android.builder.model.AndroidProject
-
Deprecated.Only has effect in AGP 3.5. Android Studio 3.6 onwards downloads sources using an injected gradle tooling model and model builder.
- PROPERTY_BUILD_MODEL_FEATURE_FULL_DEPENDENCIES - Static variable in interface com.android.builder.model.AndroidProject
- PROPERTY_BUILD_MODEL_ONLY - Static variable in interface com.android.builder.model.AndroidProject
- PROPERTY_BUILD_MODEL_ONLY_ADVANCED - Static variable in interface com.android.builder.model.AndroidProject
- PROPERTY_BUILD_MODEL_ONLY_VERSIONED - Static variable in interface com.android.builder.model.AndroidProject
- PROPERTY_GENERATE_SOURCES_ONLY - Static variable in interface com.android.builder.model.AndroidProject
R
- R8 - Enum constant in enum class com.android.builder.model.CodeShrinker
- REQUIRED - Enum constant in enum class com.android.builder.model.AaptOptions.Namespacing
-
Resources must be namespaced.
- RESTART_ONLY - Enum constant in enum class com.android.builder.model.OptionalCompilationStep
-
Deprecated.Force rebuild of cold swap artifacts.
S
- setAbiName(String) - Method in interface com.android.builder.model.ModelBuilderParameter
-
Sets the ABI to build.
- setShouldBuildVariant(boolean) - Method in interface com.android.builder.model.ModelBuilderParameter
-
Set whether model builder should build variants or not.
- setShouldGenerateSources(boolean) - Method in interface com.android.builder.model.ModelBuilderParameter
-
Set whether model builder should should schedule source generation post sync or not.
- setVariantName(String) - Method in interface com.android.builder.model.ModelBuilderParameter
-
Set the name of the variant to build.
- SourceProvider - Interface in com.android.builder.model
-
Represent a SourceProvider for a given configuration.
- SourceProviderContainer - Interface in com.android.builder.model
-
An association of an
ArtifactMetaData's name and aSourceProvider. - STATUS_NOT_SUPPORTED_FOR_EXPERIMENTAL_PLUGIN - Static variable in interface com.android.builder.model.InstantRun
-
Instant Run is currently disabled for the experimental plugin.
- STATUS_NOT_SUPPORTED_FOR_EXTERNAL_NATIVE_BUILD - Static variable in interface com.android.builder.model.InstantRun
-
Instant Run currently does not support projects with external native build system.
- STATUS_NOT_SUPPORTED_FOR_JACK - Static variable in interface com.android.builder.model.InstantRun
-
Instant Run is not supported when Jack is used.
- STATUS_NOT_SUPPORTED_FOR_MULTI_APK - Static variable in interface com.android.builder.model.InstantRun
-
Instant Run is currently disabled for multi-apk applications (http://b/77685496)
- STATUS_NOT_SUPPORTED_FOR_NON_DEBUG_VARIANT - Static variable in interface com.android.builder.model.InstantRun
-
Instant Run is not supported for non-debug build variants.
- STATUS_NOT_SUPPORTED_VARIANT_USED_FOR_TESTING - Static variable in interface com.android.builder.model.InstantRun
-
Instant Run is not supported because the variant is used for testing.
- STATUS_REMOVED - Static variable in interface com.android.builder.model.InstantRun
-
Instant Run was removed
- STATUS_SUPPORTED - Static variable in interface com.android.builder.model.InstantRun
-
Instant Run is supported.
T
- TEST_R_CLASS_CONSTANT_IDS - Enum constant in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
Whether the R class in instrumentation tests has constant IDs.
- TestedTargetVariant - Interface in com.android.builder.model
-
Class representing the tested variants.
- TestOptions - Interface in com.android.builder.model
-
Test options for running tests - e.g.
- TestOptions.Execution - Enum Class in com.android.builder.model
- TestVariantBuildOutput - Interface in com.android.builder.model
-
Model for a test variant build output
- TestVariantBuildOutput.TestType - Enum Class in com.android.builder.model
-
Enum for all possible test variant types that can be returned.
- TRANSITIVE_R_CLASS - Enum constant in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
Whether the R class generated for this project is transitive.
- TYPE_ANDROID - Static variable in interface com.android.builder.model.ArtifactMetaData
- TYPE_JAVA - Static variable in interface com.android.builder.model.ArtifactMetaData
U
- UNIFIED_TEST_PLATFORM - Enum constant in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
Whether the Android Test Platform is enabled for this project.
- UNIT - Enum constant in enum class com.android.builder.model.TestVariantBuildOutput.TestType
- UNIT - Static variable in interface com.android.builder.model.TestVariantBuildOutput
V
- valueOf(String) - Static method in enum class com.android.build.VariantOutput.FilterType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.android.build.VariantOutput.OutputType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.android.builder.model.AaptOptions.Namespacing
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.android.builder.model.CodeShrinker
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.android.builder.model.OptionalCompilationStep
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.android.builder.model.TestOptions.Execution
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.android.builder.model.TestVariantBuildOutput.TestType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.android.build.VariantOutput.FilterType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.android.build.VariantOutput.OutputType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.android.builder.model.AaptOptions.Namespacing
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.android.builder.model.AndroidGradlePluginProjectFlags.BooleanFlag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.android.builder.model.CodeShrinker
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.android.builder.model.OptionalCompilationStep
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.android.builder.model.TestOptions.Execution
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.android.builder.model.TestVariantBuildOutput.TestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Variant - Interface in com.android.builder.model
-
A build Variant.
- VariantBuildOutput - Interface in com.android.builder.model
-
Deprecated.
- VariantOutput - Interface in com.android.build
-
Deprecated.
- VariantOutput.FilterType - Enum Class in com.android.build
-
Deprecated.Split dimension type
- VariantOutput.OutputType - Enum Class in com.android.build
-
Deprecated.Type of package file, either the main APK or a full split APK file containing resources for a particular split dimension.
- VectorDrawablesOptions - Interface in com.android.builder.model
-
Options for build-time support for vector drawables.
- Version - Class in com.android.builder.model
-
Deprecated.use com.android.Version instead
TODO: remove (along with the associated version.properties) once it's no longer used by the gradle build scan plugin
- ViewBindingOptions - Interface in com.android.builder.model
-
Options for view binding
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form