Hi, <br>When I run soot to transform the app called alibaba.apk, it throws the following error.<br>I guess this is because the dex file is too big. Could you advise how to solve this problem<br>Dumping to two dex files m?ight be a solution, is there an easy way to achieve this?<br><br>Thanks a lot!<br><br>org.jf.util.ExceptionWithContext: Unsigned short value out of range: <span style="border-bottom:1px dashed #ccc;z-index:1">65709</span><br>&nbsp; &nbsp; at org.jf.dexlib2.writer.DexDataWriter.writeUshort(DexDataWriter.java:116)<br>&nbsp; &nbsp; at org.jf.dexlib2.writer.InstructionWriter.write(InstructionWriter.java:315)<br>&nbsp; &nbsp; at org.jf.dexlib2.writer.DexWriter.writeCodeItem(DexWriter.java:997)<br>&nbsp; &nbsp; at org.jf.dexlib2.writer.DexWriter.writeDebugAndCodeItems(DexWriter.java:773)<br>&nbsp; &nbsp; at org.jf.dexlib2.writer.DexWriter.writeTo(DexWriter.java:222)<br>&nbsp; &nbsp; at org.jf.dexlib2.writer.DexWriter.writeTo(DexWriter.java:200)<br>&nbsp; &nbsp; at soot.toDex.DexPrinter.writeTo(DexPrinter.java:244)<br>&nbsp; &nbsp; at soot.toDex.DexPrinter.printApk(DexPrinter.java:180)<br>&nbsp; &nbsp; at soot.toDex.DexPrinter.print(DexPrinter.java:1497)<br>&nbsp; &nbsp; at soot.PackManager.writeOutput(PackManager.java:527)<br>&nbsp; &nbsp; at soot.Main.run(Main.java:275)<br>&nbsp; &nbsp; at soot.Main.main(Main.java:149)<br><br>Peng