roycezhc / dex2jar

Automatically exported from code.google.com/p/dex2jar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while converting jar to dex for an attached apk

GoogleCodeExporter opened this issue · comments

I am running following commands to get jar and dex for an apk.

dex to jar

d2j-dex2jar -f -o  fff.jar Dex2jarCrash.apk

jar to dex


d2j-jar2dex -f -o new.apk  fff.jar

But I am getting following error while doing jar to dex as below ..


expected type java.lang.Object[] but found char[]

...at bytecode offset 000001dd
locals[0000]: Lcom/lowagie/text/pdf/codec/TIFFDirectory;
locals[0001]: Lcom/lowagie/text/pdf/RandomAccessFileOrArray;
locals[0002]: J
locals[0003]: <invalid>
locals[0004]: J
locals[0005]: <invalid>
locals[0006]: I
locals[0007]: <invalid>
locals[0008]: I
locals[0009]: I
locals[000a]: I
locals[000b]: I
locals[000c]: <invalid>
locals[000d]: <invalid>
locals[000e]: [C
locals[000f]: <invalid>
locals[0010]: <invalid>
locals[0011]: <invalid>
locals[0012]: <invalid>
locals[0013]: <invalid>
locals[0014]: <invalid>
locals[0015]: <invalid>
locals[0016]: <invalid>
locals[0017]: <invalid>
locals[0018]: <invalid>
locals[0019]: I
locals[001a]: <invalid>
locals[001b]: <invalid>
locals[001c]: <invalid>
locals[001d]: <invalid>
locals[001e]: <invalid>
locals[001f]: <invalid>
locals[0020]: <invalid>
locals[0021]: <invalid>
locals[0022]: <invalid>
locals[0023]: <invalid>
locals[0024]: <invalid>
...while working on block 01dc
...while working on method 
initialize:(Lcom/lowagie/text/pdf/RandomAccessFileOrArray;)V
...while processing initialize (Lcom/lowagie/text/pdf/RandomAccessFileOrArray;)V
...while processing com/lowagie/text/pdf/codec/TIFFDirectory.class

1 error; aborting

Original issue reported on code.google.com by ashiqsay...@gmail.com on 30 May 2014 at 2:29

Attachments:

Any help on the issue..

Original comment by ashiqsay...@gmail.com on 5 Jun 2014 at 5:39