Environment
Ubuntu 26.04 LTS
Latest Linux release from GitHub
Issue
Android Dex fails to launch because it requires older shared libraries that are not available on Ubuntu 26.04.
Error:
./android_dex_win: error while loading shared libraries: libjxl.so.0.7: cannot open shared object file: No such file or directory
Missing libraries:
libjxl.so.0.7
libjxl_threads.so.0.7
librav1e.so.0
libSvtAv1Enc.so.1
Ubuntu 26.04 includes newer versions of these libraries, so the current Linux release appears to be built against older dependencies.
Environment
Ubuntu 26.04 LTS
Latest Linux release from GitHub
Issue
Android Dex fails to launch because it requires older shared libraries that are not available on Ubuntu 26.04.
Error:
./android_dex_win: error while loading shared libraries: libjxl.so.0.7: cannot open shared object file: No such file or directory
Missing libraries:
libjxl.so.0.7
libjxl_threads.so.0.7
librav1e.so.0
libSvtAv1Enc.so.1
Ubuntu 26.04 includes newer versions of these libraries, so the current Linux release appears to be built against older dependencies.