AaptParser.Aapt版本
public static final enum AaptParser.AaptVersion
extends Enum< AaptParser.AaptVersion >
java.lang.Object | ||
↳ | 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 () |
枚举值
AAPT
public static final AaptParser.AaptVersion AAPT
公共方法
dumpBadging命令
public String[] dumpBadgingCommand (File apkFile)
参数 | |
---|---|
apkFile | File |
退货 | |
---|---|
String[] |
dumpXmlTree命令
public String[] dumpXmlTreeCommand (File apkFile)
参数 | |
---|---|
apkFile | File |
退货 | |
---|---|
String[] |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-04-28。
[]
[]