c++ Programming Glossary: messageme
Calling a java method from c++ in Android http://stackoverflow.com/questions/5198105/calling-a-java-method-from-c-in-android R.id.textview tv.setText this.getJniString public void messageMe String text System.out.println text public native String getJniString.. public native String getJniString I'm trying to call a messageMe method from native code in the process of getJniString method.. Get the method that you want to call jmethodID messageMe env GetMethodID clazz messageMe Ljava lang String V Call the..
|