# HG changeset patch # User Sam Lantinga # Date 1294174188 28800 # Node ID e0bd00bfd118b7cd9dde8cbb7a4580216e18e11b # Parent 361ada59e3aab23007614b5395ed5bee421751db Fixed problem with trailing space diff -r 361ada59e3aa -r e0bd00bfd118 android/config.cfg.example --- a/android/config.cfg.example Tue Jan 04 12:46:49 2011 -0800 +++ b/android/config.cfg.example Tue Jan 04 12:49:48 2011 -0800 @@ -1,4 +1,8 @@ # This file sets up paths needed to find the NDK build tools. # Edit it appropriately for your configuration and save it as "config.cfg". -ANDROID_NDK := -ANDROID_NDK_HOST := # "linux-x86" for linux, "darwin-x86" for mac + +# This should be the full path to the Android NDK +ANDROID_NDK := /Users/hercules/eclipse/android-ndk-r5 + +# This should be "linux-x86" for linux, "darwin-x86" for mac +ANDROID_NDK_HOST := darwin-x86