无法在 Windows 10 上安装框架-res.apk
unable to install framework-res.apk on Windows 10
尝试 运行 '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.apk
Apktool.jar 和 apktool.bat 都在我的 windows c 目录中我可以使用 'apktool d <file.apk>
反编译 apks
您可以执行很多步骤来解决此问题。
我建议使用 --frame-path [folder]
参数并描述您希望框架资源所在的文件夹。
运行 以管理员身份cmd并使用命令"cd "设置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.apk
Apktool.jar 和 apktool.bat 都在我的 windows c 目录中我可以使用 'apktool d <file.apk>
您可以执行很多步骤来解决此问题。
我建议使用 --frame-path [folder]
参数并描述您希望框架资源所在的文件夹。
运行 以管理员身份cmd并使用命令"cd "设置apktool的目录...我解决了