We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035cbd9 commit 109524cCopy full SHA for 109524c
library/src/main/cpp/native-lib.cpp
@@ -4,7 +4,7 @@
4
extern "C" JNIEXPORT jstring JNICALL
5
Java_com_stringcare_library_SC_sign(
6
JNIEnv *env,
7
- jobject /* this */,
+ jclass /* this */,
8
jstring key) {
9
std::string hello = "Hello from C++";
10
// return env->NewStringUTF(hello.c_str());
0 commit comments