一.apk解析器aapt
1.下载aapt文件到/usr/bin目录下
2.chmod u+x /usr/bin/aapt 给aapt权限
3.安装32位lib库.(原因aapt是32位的,linux64位无法执行)
sudo apt-get install ia32-libs
如果提示未找到软件包
sudo apt-get update
4.aapt dump badging xxx.apk 验证是否可用
1.下载aapt文件到/usr/bin目录下
2.chmod u+x /usr/bin/aapt 给aapt权限
3.安装32位lib库.(原因aapt是32位的,linux64位无法执行)
sudo apt-get install ia32-libs
如果提示未找到软件包
sudo apt-get update
4.aapt dump badging xxx.apk 验证是否可用