i2pd for Android
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
508 B

4 years ago
# i2pd android
4 years ago
### Install OpenJDK, gradle, download Android SDK and NDK r19c
https://gradle.org/install/
4 years ago
https://developer.android.com/studio#downloads
4 years ago
https://developer.android.com/ndk/
4 years ago
### 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`