1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-01-24 05:24:58 +00:00
wipedlifepotato 17148b5511
Autostart button(switch) (#19)
* Enable/Disable button; Toast on webconsole if not enabled; i2pdpath;on boot autostart;getDataPath/iniEditor preinit for setting

* settings autostart switch

Co-authored-by: R4SAS <r4sas@users.noreply.github.com>
2021-03-05 22:27:22 +03:00
2021-03-05 22:27:22 +03:00
2020-06-06 03:51:41 +03:00
2020-06-06 03:51:41 +03:00
2020-06-06 07:40:16 +03:00
2020-06-06 03:51:41 +03:00
2021-02-28 16:27:18 +03:00

i2pd android

Install OpenJDK, gradle 5.1+ (6.8.3 has been tested and is working ok), download Android SDK and NDK r21e

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/PurpleI2P/i2pd-android.git

Compile application

export ANDROID_SDK_ROOT=/opt/android-sdk
export ANDROID_NDK_HOME=/opt/android-ndk-r21e

gradle clean assembleDebug

You will find APKs in app/build/outputs/apk

Description
i2pd for Android
Readme BSD-3-Clause 2.1 MiB
Languages
Java 77.6%
Shell 8.3%
C++ 7.1%
Makefile 5%
C 2%