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
I Faced the same problem, and in my case the reason was that I had underscore in package name "RFID_Test" I renamed the Package and it worked. Thanks user1222021