There are several sources out there that say you should create a directory in src/main/ called jniLibs/armeabi and add your compiled .so file to this location. Then load you
Turns out I can still call the jni methods even though there is an error saying "Cannot resolve corresponding JNI function".