Chiming in to say that I’d love to help test @lehonma’s version here. I’ve got an app based in Haxe that I’m trying to get on the Play Store but have run into this restriction too, so I might be a good test case. I don’t know my way around the guts of lime, and so thank you for working on a solution.
However, I’m facing an obstacle in building the thing in the first place – so a very fundamental problem and probably something small I’m overlooking. I’ve got your version and am trying to follow the instructions in “Building from Source” at https://github.com/openfl/lime. This is what I get specifically:
C:\HaxeToolkit\haxe\lib\lime>haxelib dev lime lime-e4077d38fc53a98c8e2d59e5d728c87c7e2f321d
Development directory set to C:\HaxeToolkit\haxe\lib\lime\lime-e4077d38fc53a98c8e2d59e5d728c87c7e2f321d
C:\HaxeToolkit\haxe\lib\lime>lime help
Called from ? line 1
Called from CommandLineTools.hx line 1895
Called from CommandLineTools.hx line 22
Called from CommandLineTools.hx line 95
Called from CommandLineTools.hx line 884
Called from CommandLineTools.hx line 1096
Called from hxp/Log.hx line 84
Called from hxp/Log.hx line 127
Called from C:\HaxeToolkit\haxe\std/neko/Lib.hx line 42
Uncaught exception - load.c(237) : Failed to load library : lime.ndll
More relevant info:
C:\HaxeToolkit\haxe\lib\lime>haxelib version
3.3.0 (a494d8be523e26fcf875e2c33915808dc221e17a)
Versions of Lime I’ve got sitting out here:
04/13/2019 11:19 AM 6,4,0
10/15/2019 09:35 PM 7,6,3
10/15/2019 10:06 PM lime-e4077d38fc53a98c8e2d59e5d728c87c7e2f321d
Just to verify that I think I’m pointing haxelib to the right place:
C:\HaxeToolkit\haxe\lib\lime\lime-e4077d38fc53a98c8e2d59e5d728c87c7e2f321d>dir
Volume in drive C is Windows-SSD
Volume Serial Number is 3889-78F3
Directory of C:\HaxeToolkit\haxe\lib\lime\lime-e4077d38fc53a98c8e2d59e5d728c87c7e2f321d
10/15/2019 10:06 PM .
10/15/2019 10:06 PM …
10/15/2019 09:44 PM .circleci
10/15/2019 09:30 PM 269 .dockerignore
10/15/2019 09:30 PM 12 .gitattributes
10/15/2019 09:30 PM 321 .gitignore> …
10/15/2019 09:48 PM tools
and full contents of .dev are just that directory as expected:
C:\HaxeToolkit\haxe\lib\lime\lime-e4077d38fc53a98c8e2d59e5d728c87c7e2f321d
Any more info you might need? Any advice? I’ll update if I get further.