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 ea3c05173e add submodules, fix paths 4 years ago
app add submodules, fix paths 4 years ago
gradle/wrapper import android code from i2pd repo 4 years ago
.gitignore import android code from i2pd repo 4 years ago
.gitmodules add submodules, fix paths 4 years ago
README.md import android code from i2pd repo 4 years ago
build.gradle import android code from i2pd repo 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 import android code from i2pd repo 4 years ago
gradlew.bat import android code from i2pd repo 4 years ago
settings.gradle add submodules, fix paths 4 years ago

README.md

how to compile?

Install the gradle + NDK or use android-studio

https://gradle.org/install/

Install the depencies

git clone https://github.com/PurpleI2P/Boost-for-Android-Prebuilt.git -b boost-1_72_0
git clone https://github.com/PurpleI2P/android-ifaddrs.git
git clone https://github.com/PurpleI2P/OpenSSL-for-Android-Prebuilt.git
git clone https://github.com/PurpleI2P/MiniUPnP-for-Android-Prebuilt.git

Set libs in jni/Application.mk on 24 line:

# change to your own
I2PD_LIBS_PATH = /home/user/i2pd/android/

compile apk file

gradle clean assembleRelease