Can't build to any platform

Hello guys

I’m new here, I’m trying to compile for android and windows but I’m getting this error

For Android:
Error: Source path “C:\HaxeToolkit\haxe\lib\hxcpp/3,4,185/bin/Android/libstd-v7.so” does not exist.

For windows:
Error: Source path “C:\HaxeToolkit\haxe\lib\hxcpp/3,4,185/bin/Windows/std.dll” does not exist

I follow the instructions in documentation
http://www.openfl.org/learn/docs/getting-started/

My haxe version is 3.2.1
OpenFl version latest

here is my bin folder
Capture

As you can see there isn’t Android/Windows folder, I missed some steps or maybe the documentation is outdated?

thanks :slight_smile:

Install hxcpp 3.4.64, having the same issue with the new hxcpp.

Really good community :)!
Works fine now.

Problem solved, Just for the record I also need to edit the .current file on C:\HaxeToolkit\haxe\lib\hxcpp folder and define the desired version.

1 Like

Exactly.
haxelib set hxcpp 3.4.64 would also do the job I think.
Welcome home.

1 Like