Skip to content Skip to sidebar Skip to footer

Unable To Find Mixed_sample.so

I'm trying to build tutorial-2-mixedprocess application (in android-studio) that came with the opencv-SDK 3.2.0. But my application crashes because of a missing mixed_sample librar

Solution 1:

In Android Studio do the following

  1. Create Folder "jniLibs" inside "src/main/"
  2. Put all your .so libraries inside "src/main/jniLibs" folder
  3. just sync gradle again and project. Run your application.

make sure you have put java and jnilibs at proper places.

can you share tree structure of project screenshot?


Post a Comment for "Unable To Find Mixed_sample.so"