I\'m trying to use the NDK with C++ and can\'t seem to get the method naming convention correct. my native method is as follows:
extern \"C\" { JNIEXPORT voi
There is a cpp example under apps in ndk: https://github.com/android/ndk-samples/blob/master/hello-gl2/app/src/main/cpp/gl_code.cpp