build: add multi-arch and 64 bits support

    (cherry-picked from vlc-android commits:
        3ef336c2ac667932c36338efe65be6bda0515e75,
        ec890fd36a3a5410c8e6c5af6f67275dab4f9290,
        c8dccbaf8bc525b1084998da3535b8ea8aae9f3f,
        79740e9ffa7d30de28f3bc6e38163ee10ad78c0d,
        a62f5ad965ff08d9fb62a4594717065050a6871c)
4 files changed
tree: 2201b947037893c10509db1a7a4ab9539cc56ff2
  1. sflphone-android/
  2. .gitignore
  3. compile.sh
  4. configure.sh
  5. gen-env.sh
  6. jenkins-sflphone-android.sh
  7. Makefile
  8. README.md
README.md

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] ./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