undefined reference to `__android_log_print'
Try the following in your Android.mk
file:
LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog
You need to add
LOCAL_LDLIBS := -llog
to Android.mk
Try the following in your Android.mk
file:
LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog
You need to add
LOCAL_LDLIBS := -llog
to Android.mk