Issue:

ImportError: dlopen failed: cannot locate symbol "PyBytes_AsStringAndSize" referenced by "/data/data/com.termux/files/home/notpixel-ads/pyarmor_runtime_004817/android_aarch64/pyarmor_runtime.so"...

fix:

ldd $(which python3.10)
pkg install ldd
ldd $(which python3.10)
python3.10 main.py
patchelf
pkg install patchelf
patchelf --add-needed libpython3.10.so.1.0 pyarmor_runtime_004817/android_aarch64/pyarmor_runtime.so
python3.10 main.py