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

How to use it in Android? #81

Open
10cl opened this issue Oct 17, 2019 · 1 comment
Open

How to use it in Android? #81

10cl opened this issue Oct 17, 2019 · 1 comment

Comments

@10cl
Copy link

10cl commented Oct 17, 2019

so, tell me, How to use it in Android? help me!

@10cl
Copy link
Author

10cl commented Oct 17, 2019

why android load libutil.so
2019-10-17 11:57:11.233 1738-1738/? I/PtyHelpers: Cannot load implementation of interface com.pty4j.unix.PtyHelpers$OSFacadejava.lang.UnsatisfiedLinkError: Unable to load library 'util': Native library (android-arm/libutil.so) not found in resource path (.) 2019-10-17 11:57:11.236 1738-1738/? I/PtyHelpers: Cannot load native pty executor libraryjava.lang.NoClassDefFoundError: Failed resolution of: [Ljava/nio/file/attribute/FileAttribute; 2019-10-17 11:57:11.236 1738-1738/? W/System.err: java.lang.RuntimeException: Cannot load implementation of interface com.pty4j.unix.PtyHelpers$OSFacade 2019-10-17 11:57:11.242 1738-1738/? W/System.err: at com.pty4j.unix.PtyHelpers.getOsFacade(PtyHelpers.java:247) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.unix.PtyHelpers.getInstance(PtyHelpers.java:262) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.unix.Pty.ptyMasterOpen(Pty.java:140) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.unix.Pty.openMaster(Pty.java:176) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.unix.Pty.<init>(Pty.java:55) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.unix.UnixPtyProcess.<init>(UnixPtyProcess.java:83) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.PtyProcessBuilder.start(PtyProcessBuilder.java:111) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.PtyProcess.exec(PtyProcess.java:78) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.PtyProcess.exec(PtyProcess.java:45) 2019-10-17 11:57:11.243 1738-1738/? W/System.err: at com.pty4j.PtyProcess.exec(PtyProcess.java:41)

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

1 participant