1 | initial version |
The problem was with overwriting shared libraries. The OpenCV-include part needs to be below the last include $(CLEAR_VARS)
and
LOCAL_SHARED_LIBRARIES := QCAR-prebuilt Bullet-prebuilt
needs to be changed to
LOCAL_SHARED_LIBRARIES += QCAR-prebuilt Bullet-prebuilt
that's it...