Skip to content
Snippets Groups Projects
Code owners
README.md 2.64 KiB

Jami Android

This repository is meant for the porting of Jami to Android.

App CI
Download on the Play Store Download on F-Droid Build Status

Environment

Clone this as a submodule of: https://review.jami.net/#/admin/projects/ring-project to obtain the required Jami daemon source.

You can also manually clone the daemon and override the DAEMON_DIR during compilation

Make sure you have the android-ndk and android-sdk, and you'll want something like this in your .bashrc (or equivalent):

export ANDROID_NDK=$HOME/src/android-ndk
export ANDROID_NDK_ROOT=$ANDROID_NDK
export ANDROID_SDK=$HOME/src/android-sdk-linux
export ANDROID_HOME=$ANDROID_SDK
export PATH=$ANDROID_SDK/platform-tools:${PATH}

install swig-4.0.0 or later and python-3.7 or later on your system

Build instructions