Hi,I am just trying to build the foxit demo_view in windows7 using cygwin.But i am getting the following error."undefined reference to `__android_log_print'can anybody suggest me what can be a problem?Here is my Android.mk------------------------------------------------LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE := fpdfembedsdkLOCAL_SRC_FILES := FoxitEMBSDK_EMBJavaSupport.cppLOCAL_C_INCLUDES := $(NDK_APP_PROJECT_PATH)/includeLOCAL_LDLIBS := -llog -g -L. -ljnigraphics#fill in the foxit library hereLOCAL_LDLIBS := $(NDK_APP_PROJECT_PATH)/bin/libfpdfemb_android.ainclude $(BUILD_SHARED_LIBRARY)-------------------------------------------------------------------------------
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-ndk/-/IND173bJym4J.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
LOCAL_LDLIBS := -llog -g -L. -ljnigraphics
#fill in the foxit library here
LOCAL_LDLIBS := -llog -g -L. -ljnigraphics
#fill in the foxit library here