mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2024-12-06 19:27:28 +01:00
bb938768385ca46f7391a55dc40ae07aee060358
i2pd android
Install OpenJDK, gradle 5.1+ (6.8.3 has been tested and is working ok), download Android SDK and NDK r21e
https://developer.android.com/studio#downloads
https://developer.android.com/ndk/
Clone repository with submodules
git clone --recurse-submodules https://github.com/PurpleI2P/i2pd-android.git
Compile application
export ANDROID_SDK_ROOT=/opt/android-sdk
export ANDROID_NDK_HOME=/opt/android-ndk-r21e
gradle clean assembleDebug
You will find APKs in app/build/outputs/apk
Description
Languages
Java
76.7%
Shell
8.2%
C++
7.1%
Makefile
6%
C
2%