Ask Your Question

Revision history [back]

"java.lang.UnsatisfiedLinkError: Couldn't load opencv_java" exception means that opencv_java.so was not packed to your apk file before installation. Windows pack of OpenCV contains sources for all platforms and binaries for Windows only. In your case you need to build Android part manually or download ready OpenCV4Android SDK from SourceForge. Also I recommend you to start from this page.

As I see Darwin Wallet project was implemented with OpenCV 2.4.0. Binary and source compatibility approach in OpenCV had been introduced since version 2.4.2. It means that actual version of OpenCV can be incompatible with the project. In this case you need to downgrade OpenCV to 2.4.0.