Files
nym/nym-connect/native/android

Nym Connect for Android

Prerequisites

TODO

Getting started

Install Android Studio and open the project.

Lib Nym socks5

This Application needs the native nym-socks5-listener library in order to work.

To build it, from the root of the repo run

cd sdk/lib/socks5-listener/
./build-android.sh

To build in release mode

RELEASE=true ./build-android.sh

The shared library for each ABIs will be automatically moved into app/src/main/jniLibs/* directories.

Run TODO