I added a pre-make step to run $ProjectFileDir$/build_native.sh, which builds all my ndk stuff. But IntelliJ dumps
Error running build ndk: Cannot run program "/build_native.sh"
so $ProjectFileDir$ translates to empty. Is there anything I have to do before using IntelliJ variables?
Thanks,