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-06-06 07:40:16 +03:00
app add travis configuration 2020-06-06 07:20:30 +03:00
gradle/wrapper import android code from i2pd repo 2020-06-06 03:51:41 +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 add travis configuration 2020-06-06 07:20:30 +03:00
build.gradle import android code from i2pd repo 2020-06-06 03:51:41 +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 add submodules, fix paths 2020-06-06 05:27:29 +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