0

I have a working project that uses NDK.

I'm trying to import the NDK libraries into another project, and calling the NDK functions from this new project.

I've copied the jni, libs and obj folders(including sub-folders) from the working project to the new project.

I've then tried to call the functions in the new project. However, I'm getting java.lang.UnsatisfiedLinkError whenever I call the function.

Is there something else I need to do?

Thanks.

0

1 Answer 1

1

Your projects packet name and activity name same?

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.