Go to file
R4SAS 292a67d1be
[fastlane] add russian description
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-01-28 05:13:28 +03:00
.github/workflows [jni] switch to build from sources (#32) 2022-01-27 17:39:30 +03:00
app [jni] switch to build from sources (#32) 2022-01-27 17:39:30 +03:00
fastlane/metadata/android [fastlane] add russian description 2022-01-28 05:13:28 +03:00
gradle/wrapper update gradle, add NetworkCallback support 2020-10-20 22:42:52 +03:00
.gitignore import android code from i2pd repo 2020-06-06 03:51:41 +03:00
.gitmodules [jni] switch to build from sources (#32) 2022-01-27 17:39:30 +03:00
LICENSE upload license 2021-04-25 19:17:35 +03:00
README.md Update ReadMe, closes #16 (#17) 2021-02-28 16:27:18 +03:00
build.gradle update gradle, add NetworkCallback support 2020-10-20 22:42:52 +03:00
build.xml import android code from i2pd repo 2020-06-06 03:51:41 +03:00
gradle.properties fix start on API lesser 21 2021-03-17 12:40:52 +03:00
gradlew set gradlew executable bit 2020-06-06 07:40:16 +03:00
gradlew.bat import android code from i2pd repo 2020-06-06 03:51:41 +03:00
settings.gradle i2pd 2.33.0-63, tabulation, gradle configuration 2020-10-15 04:31:35 +03:00

README.md

i2pd android

Install OpenJDK, gradle 5.1+ (6.8.3 has been tested and is working ok), download Android SDK and NDK r21e

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/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