findViewById
在 C++中调用的代码是什么?ID
C++中的类型是什么?字符串、整数、指针?GetMethodID 的签名是什么?
string ID = "sample id";
jFindViewById = (env)->GetMethodID(cls, "findViewById", "ILjava/lang/Id;)Ljava/lang/Object;");
jobject myView = (jobject) (env)->CallObjectMethod(Obj, jFindViewById, ID);