compile: Android NDK Fixup update (build on OSX)

This patch integrate a fix in the compile.sh concerning the Android
NDK.
This patch comes from the Android VLC project, please see commit :
https://code.videolan.org/videolan/vlc-android/commit/0604f3fe39bf49e03bd08b6ce18f5a6d8d934629
It is associated with a daemon patch, please see 4092.
https://gerrit-ring.savoirfairelinux.com/#/c/4092/

Change-Id: I9d8671894517b0eb4e679587ef583283a8e4bcc1
Tuleap: #534
1 file changed
tree: 53e53e6a9317e2824ad89257ae3c6ad3cad3f5f0
  1. .tx/
  2. ring-android/
  3. .gitignore
  4. .gitreview
  5. compile.sh
  6. configure.sh
  7. COPYING
  8. gen-env.sh
  9. jenkins-sflphone-android.sh
  10. Makefile
  11. README.md
  12. update-translations.sh
README.md

Ring Android

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

Environment

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 and x86

Example:

ANDROID_ABI="armeabi-v7a x86"

Then:

./compile.sh

We use a tested hash to build ring daemon, but if you want to use master:

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

--build will bypass the tested hash's checkout.

When all else fails:

rm -rf ring-daemon
git clean -dfx

And start again.

Update translations

Update translations using the Transifex client (tx) :

./update-translations.sh

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