How to build libzmq for Android

ZeroMQ provides an official build process for Android. See the official Android build instructions in case you want more details.

Building it is as easy as

git clone -b v4.3.5 https://github.com/zeromq/libzmq.git
cd libzmq/builds/android
./build.sh arm64

You can build for other architectures by replacing arm64 with any of:

However if you want to take the easy way out, just download our pre-compiled ZMQ 4.3.5 for Android: