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
Please describe what you did before the error occurred. IMPORTANT! If the error occurs with a specific APK file please attach or provide link to apk file!
Jadx version: dev
Java version: 1.8.0_362
Java VM: Azul Systems, Inc. OpenJDK 64-Bit Server VM
Platform: Windows 10 (10.0 amd64)
Max heap size: 7860 MB
Program args: -Xms128M -XX:MaxRAMPercentage=70.0 -XX:+UseG1GC -Dawt.useSystemAAFontSettings=lcd -Dswing.aatext=true -Djava.util.Arrays.useLegacyMergeSort=true
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at jadx.plugins.input.dex.sections.SectionReader.duplicate(SectionReader.java:60)
at jadx.plugins.input.dex.sections.SectionReader.<init>(SectionReader.java:34)
at jadx.plugins.input.dex.DexReader.<init>(DexReader.java:22)
at jadx.plugins.input.dex.DexFileLoader.loadDexReader(DexFileLoader.java:84)
at jadx.plugins.input.dex.DexFileLoader.load(DexFileLoader.java:67)
at jadx.plugins.input.dex.DexFileLoader.lambda$collectDexFromZip$2(DexFileLoader.java:92)
at jadx.api.plugins.utils.ZipSecurity.lambda$readZipEntries$0(ZipSecurity.java:124)
at jadx.api.plugins.utils.ZipSecurity.visitZipEntries(ZipSecurity.java:103)
at jadx.api.plugins.utils.ZipSecurity.readZipEntries(ZipSecurity.java:121)
at jadx.plugins.input.dex.DexFileLoader.collectDexFromZip(DexFileLoader.java:90)
at jadx.plugins.input.dex.DexFileLoader.load(DexFileLoader.java:73)
at jadx.plugins.input.dex.DexFileLoader.loadDexFromFile(DexFileLoader.java:50)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
at jadx.plugins.input.dex.DexFileLoader.collectDexFiles(DexFileLoader.java:45)
at jadx.plugins.input.dex.DexInputPlugin.loadFiles(DexInputPlugin.java:37)
at jadx.plugins.input.dex.DexInputPlugin.loadFiles(DexInputPlugin.java:33)
at jadx.api.JadxDecompiler.loadInputFiles(JadxDecompiler.java:128)
at jadx.api.JadxDecompiler.load(JadxDecompiler.java:112)
at jadx.gui.JadxWrapper.open(JadxWrapper.java:65)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
The text was updated successfully, but these errors were encountered:
Please describe what you did before the error occurred.
IMPORTANT! If the error occurs with a specific APK file please attach or provide link to apk file!
The text was updated successfully, but these errors were encountered: