saker.android Documentation TaskDoc JavaDoc Packages
Extracts a given entry from .aar files. The task will take an AAR archive file as input and extract the specified entries. The extracted files can be used as an input to other tasks.
Summary
Parameters
AAR
Required parameter.
The input AAR to extract the entries from.
Entry
Required parameter.
Path of the entry that should be extracted from the specified AAR.
OutputA forward relative output path that specifies the output location of the extracted files.
Parameters
Required parameter.
The input AAR to extract the entries from.
Required parameter.
Path of the entry that should be extracted from the specified AAR. The path should be a forward relative and represent a file or directory in the archive. If it's a directory, all entries under that will be extracted.
A forward relative output path that specifies the output location of the extracted files. It can be used to have a better output location than the automatically generated one.