undefined reference to '__android_log_print'解决方案

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

#include <cutils/log.h>

2:在Android.mk中添加code

LOCAL_SHARED_LIBRARIES := \
        libutils \
        libbinder \
        libhardware \
相关文章
相关标签/搜索