You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. convert dex to jar
What is the expected output? What do you see instead?
This is what I get:
Exception in thread "main" com.googlecode.dex2jar.DexException: while accept
method:[Lcom/prime31/Base64$1;.<init>(Ljava/io/InputStream;Ljava/lang/ClassLoade
r;)V]
at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:702)
at com.googlecode.dex2jar.reader.DexFileReader.acceptClass(DexFileReader.java:437)
at com.googlecode.dex2jar.reader.DexFileReader.accept(DexFileReader.java:322)
Caused by: com.googlecode.dex2jar.DexException: while accept code in
method:[Lcom/prime31/Base64$1;.<init>(Ljava/io/InputStream;Ljava/lang/ClassLoade
r;)V]
at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:692)
... 5 more
Caused by: java.lang.IllegalArgumentException: Id out of bound
at com.googlecode.dex2jar.reader.DexFileReader.getField(DexFileReader.java:458)
at com.googlecode.dex2jar.reader.DexOpcodeAdapter.x2c(DexOpcodeAdapter.java:412)
at com.googlecode.dex2jar.reader.DexCodeReader.acceptInsn(DexCodeReader.java:457)
at com.googlecode.dex2jar.reader.DexCodeReader.accept(DexCodeReader.java:337)
at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:689)
... 5 more
What version of the product are you using? On what operating system?
0.0.9.15 on Ubuntu 12.04 LTS
Please upload the file which cause the issue if possible.
this is error file:
http://dl03.sopcast.mobi/downloads/20130706/2051d7ceb9cf95f/Order%20and%20Chaos%
20v1.3.0.apk
Original issue reported on code.google.com by [email protected] on 6 Jul 2013 at 8:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Jul 2013 at 8:17The text was updated successfully, but these errors were encountered: