mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
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
79858d4372
|
4 years ago | |
---|---|---|
.. | ||
assets | 4 years ago | |
gradle/wrapper | 5 years ago | |
jni | 5 years ago | |
res | 5 years ago | |
src/org/purplei2p/i2pd | 5 years ago | |
.gitignore | 5 years ago | |
AndroidManifest.xml | 5 years ago | |
README.md | 5 years ago | |
build.gradle | 4 years ago | |
build.xml | 8 years ago | |
gradle.properties | 5 years ago | |
gradlew | 6 years ago | |
gradlew.bat | 6 years ago | |
proguard-project.txt | 8 years ago | |
project.properties | 5 years ago | |
settings.gradle | 6 years ago |
README.md
how to compile?
Install the gradle + NDK or use android-studio
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