zeromq / jzmq

Java binding for ZeroMQ
http://www.zeromq.org
GNU General Public License v3.0
590 stars 364 forks source link

Error when adding libzmq to android #433

Open phongnd93 opened 8 years ago

phongnd93 commented 8 years ago

After install as user guide on this link and this, I have libzmq.so file, putting it on android library and run app. Whenever the program runs to if(!EmbeddedLibraryTools.LOADED_EMBEDDED_LIBRARY) { System.loadLibrary("jzmq"); } I have Error like this image below. What's wrong with it? Where can I read the newest userguide version ? bug

PLEASE HELP ME!