apk反编译利器
ApkTool(https://apktool.org/docs/install)
解包:
apktool d Joker-Hub3.apk -o /Users/admin/Downloads/testapk/Joker-hub3-decode
重新打包:
apktool b Joker-hub3-decode -o /Users/admin/Downloads/testapk/Joker-hub3-Encode.apk
重新打包后无签名,需要自行签名
ApkTool(https://apktool.org/docs/install)
解包:
apktool d Joker-Hub3.apk -o /Users/admin/Downloads/testapk/Joker-hub3-decode
重新打包:
apktool b Joker-hub3-decode -o /Users/admin/Downloads/testapk/Joker-hub3-Encode.apk
重新打包后无签名,需要自行签名