Why don’t you export it as an android app instead ? Last time I tried it worked but it took me some time to figure out the right setup, but it works and it works great.
Not sure if still up to date Setup Android
Building for Android is a little complicated right now.
The reason your are seeing fatal error: ‘typeinfo’ file not found is because you combined hxpp 4.3.2 with NDK 25.2.9519653.
hxcpp 4.3.2 supports NDK r21e (21.4.7075529) and older versions only. Any NDKs newer than r21e will fail with the typeinfo error.
So, one way to fix the error is to use NDK r21e instead of NDK 25. You can keep using hxcpp 4.3.2 in that case.
The latest hxcpp code from GitHub supports newer NDKs, including NDK 25. …
You’ll need to install hxcpp 4.2.1 instead of 4.3.2. There’s an issue in 4.3.2 that prevents that pcre2 library from compiling. It’s been fixed in the hxcpp git repo, but there hasn’t been a new release yet.