"doesn't seem to like" referred to this warning
Warning: Lime version 8.2.0 may not be compatible with OpenFL 9.3.3 (expected version 7.7.0+)
Use <lime version="" /> before <haxelib name="openfl" /> to include a specific version
Use <lime version="" /> before <haxelib name="openfl" /> to include a specific version
but the build was failing for a couple other things. first I needed to install hxp
then some linux dev package, then got this error because, as you said, I needed to build lime.
Error: Source path ".../lime/repo/ndll/Android/liblime-v7.so" does not exist
I followed your instructions and installed a nightly instead and now it is working.
I only upgraded lime. I'm using hxcpp 4.3.2 from haxelib, openfl 9.3.3 from haxelib, and NDK 21.3.6528147.
Thanks