Adrien Béraud c1a3cbb040 build tools: bump studio and gradle plugin
* update android studio generated files
* update Android gradle plugin to 1.5

Tuleap: #128
Change-Id: I98f5157c3779e687bb109d60f115650ca2182c53
2015-12-04 14:28:28 -05:00
2014-10-27 16:38:42 -04:00
2015-11-23 16:42:50 -05:00
2015-06-09 10:35:36 -04:00
2015-10-22 11:35:06 -04:00
2015-10-22 11:35:06 -04:00

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

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

Description
Client for Android
Readme 136 MiB
Languages
Kotlin 97.1%
Java 1.4%
Shell 0.9%
Ruby 0.4%
Dockerfile 0.1%