Skip to content
Snippets Groups Projects
Select Git revision
  • a416c743671aec74109ce3ad24e6f438d0da21f9
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • release/201811
  • release/201808
  • wip/patches_poly_2017/cedryk_doucet/abderahmane_bouziane
  • releases/beta1
  • android/release_462
  • android/release_461
  • android/release_460
  • android/release_459
  • android/release_458
  • android/release_457
  • android/release_456
  • android/release_455
  • android/release_454
  • android/release_453
  • android/release_452
  • android/release_451
  • android/release_450
  • android/release_449
  • android/release_448
  • android/release_447
  • android/release_446
  • android/release_445
  • android/release_444
  • android/release_443
38 results

jami-client-android

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Adrien Béraud's avatar
    Adrien Béraud authored
    Issue: #78218
    Change-Id: Ib99d63534ed679af192300b5e949ccedaa923a1d
    a416c743
    History

    Ring Android

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

    Environnement

    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-2.0.6 or later and python-2.7 or later on your system

    Build instructions

    Supported archs are: armeabi-v7a, armeabi, arm64-v8a, x86, x86_64 or mips

    export ANDROID_ABI="[insert list of arch here with spaces]" Example: ANDROID_ABI ="armeabi-v7a, x86"

    ./compile.sh

    We use a tested hash to build sflphone core, but if you want to use master:

    cd sflphone && git pull cd - ./compile --build

    --build will bypass the tested hash's chekout

    When all else fails:

    rm -rf sflphone git clean -dfx

    And start again

    Common issues

    • Makeinfo issue makeinfo: command not found WARNING: 'makeinfo' is missing on your system. Solution: Install texinfo package containing makeinfo dep.

    • Unable to locate tools.jar Solution: Your java installation is not pointing to a JDK. Install one, or make JAVA_HOME point to it.

    • When building the apk error in build-tools error while loading shared libraries: libstdc++.so.6 Solution: Install lib32stdc++6 lib32z1-dev