Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to do #31

Closed
allowdoc opened this issue Nov 8, 2023 · 3 comments
Closed

unable to do #31

allowdoc opened this issue Nov 8, 2023 · 3 comments

Comments

@allowdoc
Copy link

allowdoc commented Nov 8, 2023

C:\Users\pc\Downloads\Compressed\executable\executable>java -jar dpt.jar -f ready.apk
2023-11-08 06:14:12.298 [main] dpt-processor Apk main process path: C:\Users\Endless\AppData\Local\Temp\dptOut
Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at pxb.android.StringItems.read(StringItems.java:45)
at pxb.android.axml.AxmlParser.next(AxmlParser.java:245)
at com.luoye.dpt.util.ManifestUtils.getValue(ManifestUtils.java:60)
at com.luoye.dpt.util.ManifestUtils.getPackageName(ManifestUtils.java:91)
at com.luoye.dpt.Dpt.processApk(Dpt.java:77)
at com.luoye.dpt.Dpt.main(Dpt.java:21)

@luoyesiqiu
Copy link
Owner

What you jdk version?

@allowdoc
Copy link
Author

allowdoc commented Nov 10, 2023 via email

@vipeweb
Copy link

vipeweb commented Feb 1, 2024

same problem

2024-02-01 20:56:10.852 [main] dpt-processor Apk main process path: C:\Users\filip\AppData\Local\Temp\dptOut
2024-02-01 20:56:10.854 [main] dpt-processor writeZipEntry err = java.io.FileNotFoundException: C:\Users\filip\AppData\Local\Temp\dptOut (Acesso negado)
Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at pxb.android.StringItems.read(StringItems.java:45)
at pxb.android.axml.AxmlParser.next(AxmlParser.java:245)
at com.luoye.dpt.util.ManifestUtils.getValue(ManifestUtils.java:60)
at com.luoye.dpt.util.ManifestUtils.getPackageName(ManifestUtils.java:91)
at com.luoye.dpt.buildler.Apk.process(Apk.java:115)
at com.luoye.dpt.buildler.Apk.protect(Apk.java:147)
at com.luoye.dpt.Dpt.main(Dpt.java:19)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants