pxb1988 / dex2jar

Tools to work with android .dex and java .class files
Apache License 2.0
12.26k stars 2.1k forks source link

jar转dex时报错 #491

Open cjycjw opened 3 years ago

cjycjw commented 3 years ago

EXCEPTION FROM SIMULATION: local variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class transformation tools that ignore local variable information.

...at bytecode offset 00000032 locals[0000]: Lcom/qq/e/ads/nativ/NativeExpressAD; locals[0001]: I locals[0002]: Ljava/util/List; stack[top0]: type{java.lang.Object} classes.jar.zip

...while working on block 0032 ...while working on method loadAD:(ILcom/qq/e/comm/constants/LoadAdParams;)V ...while processing loadAD (ILcom/qq/e/comm/constants/LoadAdParams;)V ...while processing com/qq/e/ads/nativ/NativeExpressAD.class

1 error; aborting

ThexXTURBOXx commented 3 years ago

This issue is maybe fixed on my branch: https://github.com/ThexXTURBOXx/dex2jar

Download available here