i2pd/android
potatowipedlifereverse 35e8424293 preinit webview+configparser+README.md
tabulation fixes

configparser to comments

dont need

pre init webview

readme changes

delete submodules

webview in main menu

webview pre init

delete modules

delete submodules
2020-03-02 03:58:50 +03:00
..
assets [2.24.0][android] update addressbook 2019-03-21 18:34:39 +03:00
gradle/wrapper various Android stuff. Fixed #1400 2019-08-22 10:00:50 +08:00
jni Update android stuff: 2020-02-29 23:14:35 +00:00
res preinit webview+configparser+README.md 2020-03-02 03:58:50 +03:00
src/org/purplei2p/i2pd preinit webview+configparser+README.md 2020-03-02 03:58:50 +03:00
.gitignore added *.local to android/.gitignore 2019-08-24 17:04:04 +08:00
AndroidManifest.xml preinit webview+configparser+README.md 2020-03-02 03:58:50 +03:00
build.gradle Update android stuff: 2020-02-29 23:14:35 +00:00
build.xml restructure build to separate the 3 main components into 3 subdirectories 2017-04-21 06:33:45 -04:00
gradle.properties various Android stuff. Fixed #1400 2019-08-22 10:00:50 +08:00
gradlew [android] upload gradlew script 2019-03-21 00:09:49 +03:00
gradlew.bat [android] add gradle wrapper, update buildtools version, fixes in code. 2019-03-20 23:49:54 +03:00
proguard-project.txt reworked android. added a build script. 2016-07-13 11:08:35 +08:00
project.properties bump SDK version 2019-08-22 09:45:49 -04:00
README.md preinit webview+configparser+README.md 2020-03-02 03:58:50 +03:00
settings.gradle update android target API to 28, use gradle and ndk parallel building 2018-07-21 00:02:54 +03:00

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