You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
i2pd/android
R4SAS 2bc0850b0f [android] add refresh on swipe in webconsole
Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago
..
assets [webconsole] adaptive styling 4 years ago
gradle/wrapper various Android stuff. Fixed #1400 5 years ago
jni Android.mk : openssl-1.1.1d-clang instead of openssl-1.1.1a-clang 4 years ago
res [android] add refresh on swipe in webconsole 4 years ago
src/org/purplei2p/i2pd [android] add refresh on swipe in webconsole 4 years ago
.gitignore [android] update strings, menus, add reloading tunnels item 5 years ago
AndroidManifest.xml [android] add refresh on swipe in webconsole 4 years ago
README.md Update README.md 5 years ago
build.gradle [android] add refresh on swipe in webconsole 4 years ago
build.xml
gradle.properties various Android stuff. Fixed #1400 5 years ago
gradlew
gradlew.bat
proguard-project.txt
project.properties bump SDK version 5 years ago
settings.gradle

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