Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
apktool 有什么选项可以在不缩小 dex 文件的情况下提取 dex 文件。
我自己找到了答案,
选项似乎是-s
使用apkstudio时,可以选择是否反编译,如果选择不反编译,命令行会添加-s选项
那是:
apktool d -s yourapk.apk -o yourfolder