Setup ZeroMQ for Android Studio

363 Views Asked by At

I am trying to use the ZMQ library in Android Studio to be able to use for an app. I've followed the ZMQ guide for Android, but still can't seem to get it to work, as I keep getting this error:

java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.transend.araya.transend-E9P5bzSaIgCQBdoBpBE-4A==/lib/arm/libjzmq.so" is 64-bit instead of 32-bit

I've been trying to find a solution to this for 2 days now to no avail. Can someone provide a step by step tutorial on how I can actually start using ZMQ on my app?

0

There are 0 best solutions below