From 8069f10d30e80f1ad8f00d6307052bf093ffa970 Mon Sep 17 00:00:00 2001 From: "iwg..ic" Date: Tue, 14 Jan 2014 03:32:02 +0000 Subject: [PATCH] add android ndk build path git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10986 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradle.properties b/gradle.properties index 320fd8bc9..e25636a95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,5 @@ jmeVersion = 3.0.10 + +// path to android ndk for building native libraries +#ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7 +ndkPath = D:/android/android-ndk-r8e