无法在Windows 10上安装framework-res.apk

时间:2018-01-31 12:28:10

标签: reverse-engineering apktool

试图运行' apktool if framework-res.apk'我收到此错误

C:\Windows>apktool if framework-res.apk
S: WARNING: Could not write to (C:\Users\Tyler\AppData\Local\apktool\framework), using C:\Users\Tyler\AppData\Local\Temp\ instead...
S: Please be aware this is a volatile directory and frameworks could go missing, please utilize --frame-path if the default storage directory is unavailable
I: Framework installed to: C:\Users\Tyler\AppData\Local\Temp\1.apk

Apktool.jar和apktool.bat都在我的Windows c目录中我能够使用&#39; apktool d <file.apk>

反编译apks

2 个答案:

答案 0 :(得分:2)

您可以采取相当多的步骤来解决此问题。

我建议使用--frame-path [folder]参数并描述您希望框架资源驻留的文件夹。

答案 1 :(得分:0)

以管理员身份运行cmd并使用命令“cd”设置apktool的目录...我解决了