-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
[BUG]java.lang.ArrayIndexOutOfBoundsException when decompile apk #3767
Comments
This looks like an issue at smali - mind upstreaming this to them? https://github.com/google/smali |
Ok let me try, which smali version is used in apktool 2.9.3? |
3.0.3 |
Issue reported here |
I have a similar problem only it doesn't show up until I decompile, recompile, then try to decompile the recompiled apk a second time. (without any editing other than adding a few attributes). This is for the Google Pixel 6a SystemGoogle.apk. ./rebuild e:/3Custom14Pixelscript |
@iBotPeaches Can you please check this? google/smali#88 (comment)
but it have error when
|
@iBotPeaches Please check this when you have some free time.
|
Information
apktool -version
) - 2.11.0java --version
) - 22.0.1Apktool version 2.10.0 has same issue, but version 2.9.3 works fine.
Stacktrace/Logcat
Steps to Reproduce
apktool d test.apk -o test_decompile --only-main-classes
APK
APK link: https://pixeldrain.com/u/fhzaEige
The text was updated successfully, but these errors were encountered: