I am trying to create a project that integrates irrlchit with vuforia from here: https://github.com/nailgun/android_irrlicht_vuforia
But I get the following error when creating the code:

Project Structure:

Android.mk:
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := irrlicht_vuforia LS_CPP=$(subst $(1)/,,$(wildcard $(1)/*.cpp)) LOCAL_SRC_FILES := $(call LS_CPP,$(LOCAL_PATH)) LOCAL_LDLIBS := -llog LOCAL_SHARED_LIBRARIES := QCAR LOCAL_STATIC_LIBRARIES := irrlicht include $(BUILD_SHARED_LIBRARY) IRRLICHT_COMPILE_CONFIG_DIR := $(LOCAL_PATH)/libs/irrlicht include $(LOCAL_PATH)/libs/QCAR/Android.mk $(call import-module,irrlicht)
Any suggestions on what causes the build error will be appreciated.
Thanks in advance.
android-ndk vuforia irrlicht
mrYogi
source share