faust
faust copied to clipboard
Faust2AndroidUnity wrong path
In the script faust2androidunity, the path to the ndk is not consistent with the folder structure in the newest Android Studio install on OSX. Here is how the folder structure is as of today: "/Users/Razvan/Library/Android/sdk/ndk/25.1.8937393/ndk-build", so the "/ndk-bundle/ndk-build" folder structure expected on line 99 in the faust2androidunity is not existent. I solved the compilation error by editing the faust2androidunity script with the correct location of the ndk-build.
Can you create a Pull Request for that? Thanks.