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
2020-10-15 05:07:48 +03:00
.github/workflows [workflow] setup ndk 2020-10-15 05:07:48 +03:00
app i2pd 2.33.0-63, tabulation, gradle configuration 2020-10-15 04:31:35 +03:00
gradle/wrapper i2pd 2.33.0-63, tabulation, gradle configuration 2020-10-15 04:31:35 +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
.travis.yml [travis] change android sdk version to 29 2020-06-06 07:49:34 +03:00
build.gradle i2pd 2.33.0-63, tabulation, gradle configuration 2020-10-15 04:31:35 +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
README.md fix urls in readme 2020-06-06 06:31:19 +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, download Android SDK and NDK r19c

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