#include #include extern "C" jstring Java_com_hxsmart_zbh_multilibs_MainActivity_stringFromJNI2( JNIEnv *env, jobject /* this */) { std::string hello = "Hello from C++ 2222222222222222"; return env->NewStringUTF(hello.c_str()); }