Ring 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=
ANDROID_NDK
export ANDROID_SDK=
ANDROID_SDK
export PATH=
{PATH}
Build instructions
When all else fails:
rm -rf sflphone git clean -dfx export ANDROID_ABI=armeabi-v7a ./compile.sh
Common issues
-
Makeinfo issue
makeinfo: command not found WARNING: 'makeinfo' is missing on your system.
Solution: Install texinfo package containing makeinfo dep.