- com.android.build.gradle.tasks.ProcessAndroidResources
-
-
Properties Summary
Properties
Type |
Name and description |
AaptOptionsImpl |
aaptOptions
|
java.io.File |
assetsDir
|
boolean |
debuggable
|
boolean |
enforceUniquePackageName
|
java.util.List<SymbolFileProviderImpl> |
libraries
|
java.io.File |
manifestFile
|
java.lang.String |
packageForR
|
java.io.File |
packageOutputFile
|
java.io.File |
proguardOutputFile
|
boolean |
pseudoLocalesEnabled
|
java.io.File |
resDir
|
java.util.Collection<java.lang.String> |
resourceConfigs
|
java.io.File |
sourceOutputDir
|
java.util.Collection<java.lang.String> |
splits
|
java.io.File |
textSymbolOutputDir
|
Type |
type
|
-
-
Property Detail
-
@InputDirectory
@Optional
java.io.File assetsDir
-
@Input
boolean debuggable
-
@Input
boolean enforceUniquePackageName
-
@Nested
@Optional
java.util.List<SymbolFileProviderImpl> libraries
-
@InputFile
java.io.File manifestFile
-
@Input
@Optional
java.lang.String packageForR
-
@OutputFile
@Optional
java.io.File packageOutputFile
-
@OutputFile
@Optional
java.io.File proguardOutputFile
-
@Input
boolean pseudoLocalesEnabled
-
@InputDirectory
java.io.File resDir
-
@Input
java.util.Collection<java.lang.String> resourceConfigs
-
@OutputDirectory
@Optional
java.io.File sourceOutputDir
-
@Nested
@Optional
java.util.Collection<java.lang.String> splits
-
@OutputDirectory
@Optional
java.io.File textSymbolOutputDir
-
Method Detail
-
@java.lang.Override
protected void doFullTaskAction()
-
@Input
java.lang.String getBuildToolsVersion()
Copyright (C) 2012 The Android Open Source Project