Error:(606) undefined reference to `__android_log_print'解决办法
在NDK开发时,如果c代码中想要打印log,但是运行时直接报出错误:
Error:(606) undefined reference to `__android_log_print'
问题原因是需要在Module中的build.gradle中增加如下代码:
android {
compileSdkVersion 26
buildToolsVersion "26.0.0
原创
2018-01-15 17:18:52 ·
575 阅读 ·
0 评论