-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] App breaks after recompiling apk #3526
Comments
Looks quite close to your previous issue no? - #3525 Just haven't had time yet for either. |
It's similar but I didn't use the The first issue of this report however is really strange, I can't figure out what was broken after recompilation |
I figured out the first issue is caused by signature check. The fake crash also triggers of the apk has been resigned. Feel free to merge second issue to #3525 if you like |
Closing as the 2nd part is identical to #3525 which I just closed. |
Information
apktool -version
) 2.9.3java --version
) 21.0.2Issue 1 (Signature check)Reproduce the following steps breaks the app behavior.
1.
apktool d (apk)
2.
apktool b (apk)
3. signIt won't boot Android 7 VM after creating an instance, it throws an exception. I tried with-s
flag but still get same error. It does not happen on untouched APKSadly the logs it generated is encrypted, so I recorded from logcat insteadlogs.txtIssue 2
Same steps as above but with
-r
flag. Using it breaks obfuscated resource folder because extracting the files overwrites some files due to crappy Windows file system.As you can see, the sizes of the "res" folder got reduced significantly
Also, the icon on my app drawer changed to this instead a blue V
Logs:
logs2.txt
APK
https://gsxnj.cn/index
Clicking on Android 7 or Android 10 doesn't matter. you will get same apk
Questions to ask before submission
apktool d
,apktool b
without changing anything? YesThe text was updated successfully, but these errors were encountered: