Skip to content
Snippets Groups Projects
Commit 0d64118a authored by Tristan Matthews's avatar Tristan Matthews
Browse files

README: add Android SDK/NDK info

parent c4f17ed1
No related branches found
No related tags found
No related merge requests found
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: When all else fails:
rm -rf sflphone rm -rf sflphone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment