提取APK:什么是.png @文件?

时间:2017-11-27 01:42:33

标签: java android apk decompiling

我想从Android游戏中提取图像。

首先,我在我的Windows 10笔记本电脑上取了APK然后我解压缩了文件(将files.apk重命名为files.apk.zip并用7zip解压缩)。 我的文件夹里面有很多.png文件,但是当我尝试打开文件时出错。每个.png文件都有另一个名称相同但带有.png @的文件。有些甚至还有2个其他文件:一个带有.skel(也不能打开这个)和.atlas(我可以用记事本打开它):

enter image description here

我犯了错误吗?我能做些什么来修复"所有这些png文件? 谢谢你的帮助!

1 个答案:

答案 0 :(得分:0)

如果您有权这样做,那么您可以apktool

它易于使用,可能会将@png文件转换为一些有意义的资源。

    Installation for Apktool
Windows:
Download Windows wrapper script (Right click, Save Link As apktool.bat)
Download apktool-2 (find newest here)
Rename downloaded jar to apktool.jar
Move both files (apktool.jar & apktool.bat) to your Windows directory (Usually C://Windows)
If you do not have access to C://Windows, you may place the two files anywhere then add that directory to your Environment Variables System PATH variable.
Try running apktool via command prompt

Link