Install termux using the .so files only #2276
-
Is there a way to "install" termux given its .so files only? Use case: I'm trying to use termux inside https://github.com/dockcross/dockcross I tried the following to no avail:
|
Beta Was this translation helpful? Give feedback.
Answered by
agnostic-apollo
Sep 15, 2021
Replies: 1 comment
-
The What you are trying to do is not gonna work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sylirre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
libtermux-bootstrap.so
is technically a zip file extracted bytermux-app
in$PREFIX
.The
libtermux.so
is a lib used by thetermux-app
forJNI
interaction for the terminal emulator.What you are trying to do is not gonna work.