1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-11 12:51:08 +00:00

add spaces

This commit is contained in:
R4SAS 2022-05-12 20:18:48 +03:00 committed by GitHub
parent 1a2275a15d
commit 329e09e30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,10 +53,12 @@ Building Android application
### Build application
- Create `local.properties` file with path to SDK and NDK
```
sdk.dir=/opt/android-sdk
ndk.dir=/opt/android-sdk/ndk/21.4.7075529
```
- Run `gradle clean assembleDebug`
- You will find an .apk file in `app/build/outputs/apk` folder
@ -82,9 +84,11 @@ Building executable binary
------------------------------
- Set environment variables:
```
export ANDROID_SDK_ROOT=/opt/android-sdk
export ANDROID_NDK_HOME=$ANDROID_SDK_ROOT/ndk/21.4.7075529
```
- Run `$ANDROID_NDK_HOME/ndk-build -j <threads> NDK_MODULE_PATH=$PWD` from `binary/jni` folder
- You will find an `i2pd` executable in `binary/libs/<architecture>` folder