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 ?
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 ?PLEASE HELP ME!