From 0d64118a7feb4c6426be349cc873ec3c665ce1d0 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tmatth@debian> Date: Mon, 6 Oct 2014 16:19:57 -0400 Subject: [PATCH] README: add Android SDK/NDK info --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index ee1ca2ed7..32ea32586 100644 --- a/README +++ b/README @@ -1,3 +1,14 @@ +Make sure you have the android-ndk and android-sdk, and you'll want something +like this in your .bashrc (or equivalent): + +# setup Android paths +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} + + When all else fails: rm -rf sflphone -- GitLab