From 2e4f2fc4afdc21bee118fa0100be09f176aa88e3 Mon Sep 17 00:00:00 2001 From: JohnE Date: Sat, 16 May 2015 16:52:17 -0700 Subject: [PATCH] fixed android ndk tools path --- .bash_android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_android b/.bash_android index 5394abc..074f02c 100644 --- a/.bash_android +++ b/.bash_android @@ -25,7 +25,7 @@ export PATH=$ANDROID_SDK_HOME/platform-tools:$PATH export PATH=$ANDROID_SDK_HOME/tools:$PATH # ndk tools -export PATH=$ANDROID_NDK:$PATH +export PATH=$ANDROID_NDK/build/tools:$PATH ### ### ### ### backup the android app