Babylon Native clang++: error

Good morning,
two days ago, while I was working on my Babylon Native Android app, Android Studio suddenly crashed and logged this error

clang++: error: unable to execute command: program not executable

I tried to reinstall cMake, Ninja, and Babylon Native but nothing seems to be working and the error message remains exactly the same. Has anybody experienced the same issue or has any solutions?

Adding @bghgary

1 Like

@fede17 I’ve never experienced this issue. Can you try to uninstall/reinstall the NDK from Android Studio settings?

2 Likes

Hey @fede17,

Not sure if this may help, but can you confirm that clang++ is on your system PATH? Ideally you should be able to run clang++ from a command prompt.

1 Like

Thanks! It’s working now

1 Like