问题描述:

Android-apktool反汇编异常-Input file (XXX) was not found or was not readable.

原因:

在apptool 2.0以后命令发生了变化,不能再使用 apktool d <apk_path> <outfile_path>

解决方法:解决方法:

使用命令行apktool d -f <apk_path> -o <outfile_path>

终极解决方法:

输入 apktool 指令,能看到你所安装版本支持的全部指令

Android-apktool反汇编异常-Input file (XXX) was not found or was not readable.

相关文章:

  • 2021-09-06
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
猜你喜欢
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-01-07
  • 2022-12-23
相关资源
相似解决方案