saker.android Documentation TaskDoc JavaDoc Packages
Output of an aapt2 linking operation.
Summary
Fields
APKPathPath to the output APK that the aapt2 linking operation produced.
IDMappingsPathThe path to the generated ID mappings file.
InputLibrariesA list of input AAR libraries that were used for the linking.
JavaSourceDirectoriesPaths to the Java source directories where the R.java files were generated.
ProguardMainDexPathThe path to the generated ProGuard rules file for the main dex.
ProguardPathThe path to the generated ProGuard rules file.
SplitPathsMap of the generated split APK names and their output paths.
TextSymbolsPathThe path to the generated text symbols file.
Fields
Path to the output APK that the aapt2 linking operation produced. The APK contains the compiled resources and manifest file. It doesn't contain the Java classes or other files requires for the Android app.
The path to the generated ID mappings file. This file is only generated if the CreateIDMappings parameter was set to true.
A list of input AAR libraries that were used for the linking.
Paths to the Java source directories where the R.java files were generated. You should pass this as an input to the Java compilation for your Android app.
The path to the generated ProGuard rules file for the main dex. This file is only generated if the GenerateMainDexProguardRules parameter was set to true.
The path to the generated ProGuard rules file. This file is only generated if the GenerateProguardRules parameter was set to true.
Map of the generated split APK names and their output paths. The field contains the split names specified in the Splits parameter mapped to their respective output paths.
The path to the generated text symbols file. This file is always generated using the --output-text-symbols aapt2 option.