What are the differences between Termux enviroment and Android ? #2459
-
I'm trying to run some executable using Runtime,exec directly vs using Termux. Some only work with Termux although the exact same build (built from source for android). |
Beta Was this translation helpful? Give feedback.
Answered by
agnostic-apollo
Dec 9, 2021
Replies: 1 comment 2 replies
-
Which executables? Termux binaries are specifically compiled for termux app with the package/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
agnostic-apollo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which executables?
Termux binaries are specifically compiled for termux app with the package/
$PREFIX
com.termux
. They cannot be used in other apps. They need to be compiled for each app.https://github.com/termux/termux-app#Forking