【原创】解决apktool反编译报错:S: Please be aware this is a volatile directory and frameworks could go missing
问题背景
apktool反编译某APK软件报错【S:*******************】:
I: Using Apktool 2.3.3 on test.apk I: Loading resource table... I: Decoding AndroidManifest.xml with resources... S: WARNING: Could not write to (/root/.local/share/apktool/framework), using /tmp 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: Loading resource table from file: /tmp/1.apk I: Regular manifest package... I: Decoding file-resources... I: Decoding values */* XMLs... I: Baksmaling classes.dex...
问题原因
/root/.local/share/apktool/framework 目录不存在导致
解决方案
mkdir -pv /root/.local/share/apktool/framework
版权声明:除非注明,本文由( blogdaren )原创,转载请保留文章出处。
本文链接:【原创】解决apktool反编译报错:S: Please be aware this is a volatile directory and frameworks could go missing
发表评论: