i2pd for Android
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
R4SAS c85c4fb6c1
[jni] switch to build from sources (#32)
2 years ago
.github/workflows [jni] switch to build from sources (#32) 2 years ago
app [jni] switch to build from sources (#32) 2 years ago
fastlane/metadata/android/en-US 2.40.0 2 years ago
gradle/wrapper update gradle, add NetworkCallback support 4 years ago
.gitignore import android code from i2pd repo 4 years ago
.gitmodules [jni] switch to build from sources (#32) 2 years ago
LICENSE upload license 3 years ago
README.md Update ReadMe, closes #16 (#17) 3 years ago
build.gradle update gradle, add NetworkCallback support 4 years ago
build.xml import android code from i2pd repo 4 years ago
gradle.properties fix start on API lesser 21 3 years ago
gradlew set gradlew executable bit 4 years ago
gradlew.bat import android code from i2pd repo 4 years ago
settings.gradle i2pd 2.33.0-63, tabulation, gradle configuration 4 years ago

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