Error linking libjuce_jni from gradlew

Ahh yes I remember this bug. I think you can’t use the clang C++ library with arm64 at the moment (bug in the ndk). I think the gcc toolchain will work though. Make sure that you have

APP_STL := gnustl_static

in the Application.mk Makefile.