termux-ubuntu
termux-ubuntu copied to clipboard
The problem with running the executable file outside the environment.
Hey. I installed the build-essential package on Ubuntu with gcc-8 and put together the C ++ executable on it. I compiled it with static libraries (-static). So, in the environment it starts up and works, but when you try to run it outside the environment on android 8 and 9 failed. At the same time, on Android 6 and 7, it starts and works fine. Are there any dependencies left in the static file that prevent it from working on Android 8 and 9?
I have this problem