AaptParser.AaptVersion
public static final enum AaptParser.AaptVersion
extends Enum< AaptParser.AaptVersion >
对象 | ||
↳ | java.lang.Enum中< com.android.tradefed.util.AaptParser.AaptVersion > | |
↳ | com.android.tradefed.util.AaptParser.AaptVersion |
用于解析 APK 文件的 AAPT 版本的选项枚举。
概括
枚举值 | |
---|---|
AaptParser.AaptVersion | AAPT |
AaptParser.AaptVersion | AAPT2
|
公共方法 | |
---|---|
String[] | dumpBadgingCommand (File apkFile) |
String[] | dumpXmlTreeCommand (File apkFile) |
static AaptParser.AaptVersion | valueOf (String name) |
static final AaptVersion[] | values () |
枚举值
亚太经合组织
public static final AaptParser.AaptVersion AAPT
公共方法
dumpBadge命令
public String[] dumpBadgingCommand (File apkFile)
参数 | |
---|---|
apkFile | File |
退货 | |
---|---|
String[] |
dumpXmlTree 命令
public String[] dumpXmlTreeCommand (File apkFile)
参数 | |
---|---|
apkFile | File |
退货 | |
---|---|
String[] |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-04 UTC.
[]
[]