Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Aug 14 '13

Jan Svehla gravatar image

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...