I saw the yt-watchme code in github. when i build ndk it not done.
c file:
jni folder
when I build ndk it comes like this
How can I solve this error?
I saw the yt-watchme code in github. when i build ndk it not done.
c file:
jni folder
when I build ndk it comes like this
How can I solve this error?
jint
and JNICALL
should be separated by a space.
The other error is because you are not passing a format string. Change that line to
LOGI("%s", x);
And when you get it compiling, please submit a pull request for other people to use :)