Class to parse an APK with aapt to gather information
Modifiers | Name | Description |
---|---|---|
static class |
ApkInfoParser.ApkInfo |
Information about an APK |
Type | Name and description |
---|---|
def |
ApkInfoParser(File aaptFile, com.android.ide.common.internal.CommandLineRunner commandLineRunner) Constructs a new parser |
ApkInfoParser.ApkInfo |
parseApk(File apkFile) Computes and returns the info for an APK |
Constructs a new parser
aaptFile
- aapt file to use to gather the infocommandLineRunner
- a command line runner to call aaptComputes and returns the info for an APK
apkFile
- the APK to parse