undefined reference to '__android_log_print'解决方案

1:在源程序中添加头文件

#include <cutils/log.h>

2:在Android.mk中添加

LOCAL_SHARED_LIBRARIES := \
        libutils \
        libbinder \
        libhardware \

 

posted @ 2013-07-11 14:13  九月光  阅读(3214)  评论(0编辑  收藏  举报