In bundle: saker.android
Output of an aapt2 linking operation.
Summary
APKPath | Path to the output APK that the aapt2 linking operation produced. |
IDMappingsPath | The path to the generated ID mappings file. |
InputLibraries | A list of input AAR libraries that were used for the linking. |
JavaSourceDirectories | Paths to the Java source directories where the R.java files were generated. |
ProguardMainDexPath | The path to the generated ProGuard rules file for the main dex. |
ProguardPath | The path to the generated ProGuard rules file. |
SplitPaths | Map of the generated split APK names and their output paths. |
TextSymbolsPath | The 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.
Collection of Aapt2LinkInputLibrary
A list of input AAR libraries that were used for the linking.
Collection of SakerPath
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.