OpenFL setup problem

I was using Android NDK r9d for a long time and now decided to update to the latest NDK version.
I just did

openfl setup android

to set path to new NDK, but when I build my project it’s still using old NDK, even PC rebooting didn’t help.
Any suggestions?
Thank you!

Could you open your “C:\Users<your user name>.lime\config.xml”, and see if that is correct? Also check if you have an Android NDK defined in “C:\Users<your user name>.hxcpp_config.xml”, if you do, I think you can remove that one, and the Lime define will be passed to HXCPP when you build

Yeah, hxcpp_config.xml had wrong path, removing it helped to solve the problem.
Thank you!

1 Like