Newer
Older
| App | CI
| :-: | :-: |
| [](https://play.google.com/store/apps/details?id=cx.ring) [](https://f-droid.org/repository/browse/?fdid=cx.ring) | [](https://jenkins.jami.net/job/client-android/)
Download the project including the daemon submodule with:
> git clone --recursive https://review.jami.net/jami-client-android
Or to download the daemon submodule from the existing project directory:
> git submodule update --init --recursive
Make sure to have autotools, autopoint, swig, yasm, m4, ninja-build and cmake available on your system:
> apt install cmake build-essential swig yasm ninja-build m4
On macOS:
> brew install cmake automake autotools libtool pkg-config yasm swig
When using brew on macOS, the 'libtoolize' binary might be available as 'glibtoolize'.
In that case, the following command makes it avaialble to the build system:
> ln -s /opt/homebrew/bin/glibtoolize /opt/homebrew/bin/libtoolize
Make sure to have the Android SDK and NDK available.
./gradlew assembleDebug
```
## Update translations
Update translations using the Transifex client (tx) :
Generate a new release commit updating the version code and version string:
> ./update_version.py --commit
Report issues on Gitlab:
https://git.jami.net/savoirfairelinux/jami-client-android