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 d4110e64d9
i2pd 2.33.0-63, tabulation, gradle configuration
4 years ago
app i2pd 2.33.0-63, tabulation, gradle configuration 4 years ago
gradle/wrapper i2pd 2.33.0-63, tabulation, gradle configuration 4 years ago
.gitignore import android code from i2pd repo 4 years ago
.gitmodules add submodules, fix paths 4 years ago
.travis.yml [travis] change android sdk version to 29 4 years ago
README.md fix urls in readme 4 years ago
build.gradle i2pd 2.33.0-63, tabulation, gradle configuration 4 years ago
build.xml import android code from i2pd repo 4 years ago
gradle.properties import android code from i2pd repo 4 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, 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