Hello,
I’m trying to update my environment to get the last upgrade on lime and openfl.
When I use last lime / openfl / hxcpp with haxe 3.1.3 , I have to remove any space in my project name to be able to build.
Then the game build and runs fine.
But I kind of want to keep the space in my project name. So I tryied to rebuild the game with haxe 3.2.0.
It compiles, but as soon as I make a jni call, I get a JNI exception.
I use -Dlegacy to use the extensions.
Does anyone had the same problem? How did you solve it ?
Thanks.