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