DH 2.0.1 on pojav: Linux-android aarch64 SQL in the mod is not being loaded, which results in crash

So idk when dh devs added android aarch64 libs, but the issue is that they are not loaded, which results in a crash. A temp fix for that is to copy the lib from the mod and put it in folders where pojav sets the "LD_LIBRARY_PATH" env option to.

LD_LIBRARY_PATH=
/data/user/0/net.kdt.pojavlaunch.sol/runtimes/jre21-arm64-20240309-release.tar.xz.tar.xz/lib/jli
/data/user/0/net.kdt.pojavlaunch.sol/runtimes/jre21-arm64-20240309-release.tar.xz.tar.xz/lib
/system/lib64
/vendor/lib64
/vendor/lib64/hw
/data/app/~~808Cju1juMkQmpLVuz9uFw==/net.kdt.pojavlaunch.sol-Xl-xgA6ad_Kbpj7npB0vNQ==/lib/arm64

If u don't have root access, u would have to add the lib to the java runtimes /lib folder and then add the modified java to pojav.
Was this page helpful?