使用aapt dump badging xxx.apk查看package name和activity name时报错为:
ERROR: dump failed because no AndroidManifest.xml found

解决方法一:

可以尝试将apk存放在非中文路径下再执行命令aapt dump badging xxx.apk
使用aapt dump badging xxx.apk报错ERROR: dump failed because no AndroidManifest.xml found

解决方法二:

在apk存放目录下启动cmd命令窗口,或者在其他路径启动cmd窗口后切换到apk存放目录在执行命令aapt dump badging xxx.apk
使用aapt dump badging xxx.apk报错ERROR: dump failed because no AndroidManifest.xml found

相关文章:

  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-12-27
猜你喜欢
  • 2021-08-31
  • 2022-12-23
  • 2021-12-27
  • 2021-09-01
  • 2021-04-19
  • 2021-05-31
相关资源
相似解决方案