1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-01-09 14:28:03 +00:00
i2pd for Android
Go to file
R4SAS 8dfa0e5bcb
fix start on API lesser 21
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-03-17 12:40:52 +03:00
.github/workflows [workflow] change ndk version 2020-10-15 06:13:17 +03:00
app fix start on API lesser 21 2021-03-17 12:40:52 +03:00
fastlane/metadata/android/en-US 2.37.0 2021-03-15 18:03:57 +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 rename submodules, fetch new i2pd commits 2021-03-02 19:13:49 +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
README.md Update ReadMe, closes #16 (#17) 2021-02-28 16:27:18 +03:00
settings.gradle i2pd 2.33.0-63, tabulation, gradle configuration 2020-10-15 04:31:35 +03:00

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