rgocal / dex2jar

Automatically exported from code.google.com/p/dex2jar
1 stars 0 forks source link

com.googlecode.dex2jar.DexException when converting #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get classes.dex from vending.apk (android market)
2. dex2jar classes.dex

What is the expected output? What do you see instead?
com.googlecode.dex2jar.DexException: while accept 
method:[Lcom/google/common/base/Functions$ConstantFunction;.<init>(Ljava/lang/Ob
ject;)V]
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:515)
    at com.googlecode.dex2jar.reader.DexFileReader.acceptClass(DexFileReader.java:274)
    at com.googlecode.dex2jar.reader.DexFileReader.accept(DexFileReader.java:168)
    at com.googlecode.dex2jar.v3.Main.doData(Main.java:69)
    at com.googlecode.dex2jar.v3.Main.doData(Main.java:58)
    at com.googlecode.dex2jar.v3.Main.doFile(Main.java:186)
    at com.googlecode.dex2jar.v3.Main.main(Main.java:217)
Caused by: com.googlecode.dex2jar.DexException: while accept parameter 
annotation in 
method:[Lcom/google/common/base/Functions$ConstantFunction;.<init>(Ljava/lang/Ob
ject;)V], parameter:[0]
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:484)
    ... 6 more
Caused by: java.lang.NullPointerException
    at org.objectweb.asm.Type.getArgumentTypes(Type.java:262)
    at org.objectweb.asm.tree.MethodNode.visitParameterAnnotation(MethodNode.java:208)
    at com.googlecode.dex2jar.v3.V3MethodAdapter$1.visitAnnotation(V3MethodAdapter.java:238)
    at com.googlecode.dex2jar.reader.DexAnnotationReader.accept(DexAnnotationReader.java:51)
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:482)
    ... 6 more

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by yu...@google.com on 2 Nov 2011 at 8:15

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fast and great work! Thank you!

Original comment by yufanyu...@gmail.com on 3 Nov 2011 at 3:43

GoogleCodeExporter commented 9 years ago
Has this issue been fixed for Mac(10.7.5) as well? I downloaded 
'dex2jar-0.0.9.15.zip' for Mac and used it but I'm still getting this issue. 
Attaching the file I'm trying to convert from dex to jar.

Original comment by varun.si...@gmail.com on 17 Jul 2013 at 10:28

Attachments: