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