Apktool
Apktool copied to clipboard
[BUG] App crashes after building apk
trafficstars
Information
- Apktool Version (
apktool -version) - 2.8.1 - Operating System (Mac, Linux, Windows) - Mac
- APK From? (Playstore, ROM, Other) - ROM
- Java Version (
java --version) - 1.8.0_292
Stacktrace/Logcat
Steps to Reproduce
apktool d app.apk- change the smali code(Just one line)
apktool b app -o app-edit.apk --use-aapt2- Sign the apk
- Install it
APK
Questions to ask before submission
- Have you tried
apktool d,apktool bwithout changing anything? Yes - If you are trying to install a modified apk, did you resign it? Yes
- Are you using the latest apktool version? Yes
Do you know if this app uses Hermes or JSC? That stacktrace is misleading because RN applications sometimes fallback/attempt to load JSC or vice versa Hermes. So I can't tell if the missing object error is the error itself or just "RN"
More logs
If you are asking regarding this Hermes, then could be the one right? if not where else i can find it?
@iBotPeaches
This is the jar file if it could help me
Thanks - I'm convinced it might be this issue now - https://github.com/iBotPeaches/Apktool/issues/2490