faust icon indicating copy to clipboard operation
faust copied to clipboard

Faust2AndroidUnity wrong path

Open razvysme opened this issue 3 years ago • 1 comments

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.

razvysme avatar Aug 24 '22 13:08 razvysme

Can you create a Pull Request for that? Thanks.

sletz avatar Aug 24 '22 13:08 sletz