从apk文件读取Strings.xml文件

从apk文件读取Strings.xml文件,第1张

从apk文件读取Strings.xml文件

是的,您可以使用以下命令提取所有资源文件

apktool

脚步 -

1.) Download files from above links and extract them in a folder.2.) Open cmd -> run 3.) Run command as     apktool.bat d source.apk destination_path

要么

1.) Put apktool.jar and test.apk in same folder 2.) Go to the jar and .apk path by command line3.) And fire the command java -jar apktool.jar d test.apk4.) It will generate a folder with the name "test" in the same folder.


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5487216.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-12
下一篇 2022-12-12

发表评论

登录后才能评论

评论列表(0条)

保存