R4SAS 2b3a4fa8cd code indent
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-10-20 22:48:32 +03:00
2020-10-20 22:48:32 +03:00
2020-06-06 03:51:41 +03:00
2020-06-06 05:27:29 +03:00
2020-06-06 03:51:41 +03:00
2020-06-06 07:40:16 +03:00
2020-06-06 03:51:41 +03:00
2020-06-06 06:31:19 +03:00

i2pd android

Install OpenJDK, gradle, download Android SDK and NDK r19c

https://gradle.org/install/

https://developer.android.com/studio#downloads

https://developer.android.com/ndk/

Clone repository with submodules

git clone --recurse-submodules https://github.com/r4sas/i2pd-android.git

Compile application

export ANDROID_SDK_ROOT=/opt/android-sdk
export ANDROID_NDK_HOME=/opt/android-ndk-r19c

gradle clean assembleDebug

You will find APKs in app/build/outputs/apk

Languages
Java 76.7%
Shell 8.2%
C++ 7.1%
Makefile 6%
C 2%