Go to file
nonlinear-chaos-order-etc-etal 55cde8e11c
Update ReadMe, closes #16 (#17)
2021-02-28 16:27:18 +03:00
.github/workflows [workflow] change ndk version 2020-10-15 06:13:17 +03:00
app Main activity, replace drawables with SVGs 2021-02-20 23:16:58 +03:00
fastlane/metadata/android/en-US [fastlane] update application info and add screenshots 2021-02-24 12:02:36 +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 add submodules, fix paths 2020-06-06 05:27:29 +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 import android code from i2pd repo 2020-06-06 03:51:41 +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