b10a075eaf646277077758069b29b8a5aaad40ad
I2P-Bote for Android
Bote is an Android port of I2P-Bote.
Build process
Preparation
-
Install I2P. You need the installed libraries to build against.
-
Download the Android SDK. The simplest method is to download Android Studio.
-
Check out the
i2p.i2p-boteandi2p.i2p-bote.androidrepositories. -
Create a
local.propertiesfile ini2p.i2p-bote.android/appcontaining:i2pbase=/path/to/installed/i2p botesrc=/path/to/i2p.i2p-bote
Building from the command line
-
Create a
local.propertiesfile ini2p.i2p-bote.androidcontaining:sdk.dir=/path/to/android-studio/sdk
-
./gradlew assembleDebug -
The APK will be placed in
i2p.i2p-bote.android/app/build/apk.
Building with Android Studio
-
Import
i2p.i2p-bote.androidinto Android Studio. (This creates thelocal.propertiesfile automatically). -
Build and run the app (Shift+F10).
Description
Languages
Java
93.6%
HTML
6.4%