01-apktool 提示 “Input file (test) was not found or was not readable.” 2022-5-06 13:14 | 252 | 0 | 反编译 45 字 | 几秒读完 原因:在apptool 2.0以后命令发生了变化,不能再使用 apktool d <apk_path> <outfile_path>解决方法:使用命令行apktool d -f <apk_path> -o <outfile_path>