尝试反编译apk时出现错误。在C:\驱动器上的文件夹中,有apktool.bat,apktool.jar和我的apk。 jdk也已安装,但是当我尝试启动apktool d name.apk时出现错误,它可以与什么连接?
apktool: The name "apktool" is not recognized as the name of a cmdlet, function, script file, or program being executed. Check out
the spelling of the name, as well as the presence and correctness of the path, and then try again.
line: 1 character: 1
+ apktool d Dead.apk
+ ~~~~~~~
+ CategoryInfo: ObjectNotFound: (apktool: String) [], CommandNotFoundException
+ FullyQualifiedErrorId: CommandNotFoundException