问题 Hi I want to secure my web url and app secret keys through Ndk, I want to create hashmap in app and also store key values statically then parse to java, I follow Stackoverflow answer like Create HashMap also JNI passing objects from C++ to Java some method deprecated from above link and didn't find any way to do this, I created HashMap but it giving me error #include <jni.h> extern "C" JNIEXPORT jobject Java_com_company_project_home_ui_MainActivity_getUrlMap( JNIEnv *env, jobject /* this */)