From db8a546b8fa2d23accbdf41de3ddc69e66df10d7 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 26 Apr 2018 20:07:51 +0000 Subject: [PATCH] android i2pd executable build instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8fc8393a..9b7e42d4 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ Build instructions: * [windows](https://i2pd.readthedocs.io/en/latest/devs/building/windows/) * [iOS](https://i2pd.readthedocs.io/en/latest/devs/building/ios/) * [android](https://i2pd.readthedocs.io/en/latest/devs/building/android/) +* android executable binary build: + - clone https://github.com/unlnown542a/i2pd.git or download https://github.com/unlnown542a/i2pd/archive/openssl.zip + - change to i2pd/android_binary_only + - edit jni/Application.mk - define path to static libs I2PD_LIBS_PATH + - in the directory i2pd/android_binary_only run: ndk-build -j4 + - find compiled binary - libs/armeabi-v7a/i2pd **Supported systems:**