Can't build Native Extensions on Windows

I have tried to build the defos and the steam extension on Windows, but I got the same error :‘x86_64-win32’ could not be built. Sdk version: ‘bf4dc66ab5fbbafd4294d32c2797c08b630c0be5’
Log: ‘’

could anyone tell me the right way to do this?
thanks.

I assume you followed the docs here?

What version of windows and hardware are you using too ? (It will help the Defold team to diagnose the problem)

thank you for your replying. I am using Windows 10 and I have seen this manual already. but the compilation program runs on a cloud server instead of my computer, so I think this should be unrelated to my hardware system.

Ok. So the native extensions are always built from the native extensions server. If you dont have access to it (maybe there are connectivity/proxy issues) then you can technically build your own local native-extensions server to build them

I would warn though, to build all platforms I would recommend installing on a OSX based machine since that will allow for easier OSX and IOS builds.

1 Like

I solved this problem.