Not decode
#3040
Replies: 1 comment
-
Porting to an issue. Doesn't look like a discussion item. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I can't decode some apks with the latest version of apktool. Some apks can be decode using Apktool 2.5.1-dirty-201211, but some are not decode using it either. Here is the log:
I: Using Apktool 2.5.1-dirty-201211 on MiuiBiometricResOverlay.apk
I: Loading resource table...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at brut.android.rus.Android Resources.selectPkgWithMostResSpecs(Android Resources.java:114)
at butt.android.rus.Android Resources.loadMainPkg(Android Resources.java:86)
at brut.android.rus.Android Resources.get Res Table(Android Resources.java:59)
at brut.android.Androlib.getResTable(Androlib.java:69)
at brut.androlib.ApkDecoder.setTargetSdkVersion(ApkDecoder.java:236)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:118)
at brut.apktool.Main.cmdDecode(Main.java:179)
at brut.apktool.Main.main(Main.java:82)
MiuiBiometricResOverlay.zip
Beta Was this translation helpful? Give feedback.
All reactions