diff --git a/build-android-with-native.py b/build-android-with-native.py index 67f0eee10..a3dcbbf54 100755 --- a/build-android-with-native.py +++ b/build-android-with-native.py @@ -168,7 +168,7 @@ COMPILER_VERSION = '4.9' NDK_PATH = os.environ.get('NDK_PATH', os.path.join(os.path.dirname(CURRENT_PATH), 'src', 'dependencies', - 'android-ndk-r10e')) + 'android-ndk')) SDK_PATH = os.environ.get('ANDROID_HOME', os.path.join(os.path.dirname(CURRENT_PATH), 'src', 'dependencies',