You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: