diff --git a/.travis.yml b/.travis.yml
index 01e14246d..4254cef73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,4 +43,4 @@ script:
- echo "=========================================================="
# - echo "REGRESSION TEST FAILS (results/run_regression_suite_failures.csv)"
# - cat ../results/run_regression_suite_failures.csv
- - if [ $ANDROID ]; then ant -v -Dbasedir=${TRAVIS_BUILD_DIR} -f ${TRAVIS_BUILD_DIR}/port/jassimp/build.xml ndk-jni ; fi
+ - if [ $ANDROID ]; then ant -v -Dmy.dir=${TRAVIS_BUILD_DIR} -f ${TRAVIS_BUILD_DIR}/port/jassimp/build.xml ndk-jni ; fi
diff --git a/port/jassimp/build.xml b/port/jassimp/build.xml
index 372440091..1352e3ffa 100644
--- a/port/jassimp/build.xml
+++ b/port/jassimp/build.xml
@@ -7,6 +7,7 @@
+
@@ -29,9 +30,9 @@
-
+
-
+
diff --git a/workspaces/Android-NDK/jni/Application.mk b/workspaces/Android-NDK/jni/Application.mk
index 1e357dcbf..89b7f5e6a 100755
--- a/workspaces/Android-NDK/jni/Application.mk
+++ b/workspaces/Android-NDK/jni/Application.mk
@@ -1,11 +1,8 @@
-# NDK_TOOLCHAIN_VERSION=clang # fails on IFCBoolean.cpp and GEOColorTable.h ???
-#NDK_TOOLCHAIN_VERSION=4.8
-#NDK_TOOLCHAIN_VERSION=4.7
-#NDK_TOOLCHAIN_VERSION=4.6
+ifeq ($(TRAVIS_LANGUAGE),clang)
+ NDK_TOOLCHAIN_VERSION := $(TRAVIS_LANGUAGE)
+ $(info "Use llvm Compiler")
+endif
-APP_ABI := all
-APP_ABI := x86
+APP_ABI := armeabi-v7a
APP_STL := stlport_static
-
-#NDK_APP_OUT := /home/Video-HD/C-Backups/arris69_assimp.git/JassimpLibrary