How to resolve the java.lang.UnsatisfiedLinkError in NDK in Android?

I think you forgot to change the package name.

Java_com_mindtherobot_samples_ndkfoo

It should be your package what you have specified creating project.

Leave a Comment