We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dcc.py line:69 apktool version 2.9.1 自带混淆资源,apktool在不反编译资源的情况下解压出来的资源缺失,回编译后导致apk闪退 建议去除 -r
The text was updated successfully, but these errors were encountered:
有试过直接使用apktool -r参数重打包apk吗?如果不行应该就是apktool的问题。理论上使用-r兼容性应该更好。
Sorry, something went wrong.
试过了,就是资源混淆的问题导致的,添加-r这个参数在编译的时候资源对不上
No branches or pull requests
dcc.py line:69
apktool version 2.9.1
自带混淆资源,apktool在不反编译资源的情况下解压出来的资源缺失,回编译后导致apk闪退
建议去除 -r
The text was updated successfully, but these errors were encountered: