I have a linker error when trying to build my JNI application:
undefined reference to `JNI_GetCreatedJavaVMs’
From this thread I figured out that I need to use libdvm.so to resolve the issue. But I can’t figure out where the libdvm.so is located.
I’m using Android NDK r6 on MacOS.
libdvm.sois part of Android’s full build and it is available in build output folder at: