jni: Android.mk: remove libs that aren't real dependencies
1 file changed
tree: 212be2f187c0608bd4a65e9d9701f20b1992d93a
  1. sflphone-android/
  2. .gitignore
  3. compile.sh
  4. configure.sh
  5. jenkins-sflphone-android.sh
  6. Makefile
  7. README.md
README.md

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=$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}

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.