aliyun / aliyun-log-android-sdk

MIT License
180 stars 40 forks source link

Android studio运行编译不了 #42

Closed xayo69 closed 4 years ago

xayo69 commented 4 years ago

项目怎么studio编译不过去。

chaolee50 commented 4 years ago

项目怎么studio编译不过去。

有什么报错吗,可以加我们的群看一下 http://t.cn/AiRpol8C

xayo69 commented 4 years ago

项目怎么studio编译不过去。

有什么报错吗,可以加我们的群看一下 http://t.cn/AiRpol8C

已经好了,需要导入ndk包

xayo69 commented 4 years ago

// 设置主题 config.setTopic("test_topic"); // 设置tag信息,此tag会附加在每条日志上 config.addTag("test", "test_topic"); 这个setTopic是随便写,还是固定是这个值? 有没有详细点的文档说明?

chaolee50 commented 4 years ago

// 设置主题 config.setTopic("test_topic"); // 设置tag信息,此tag会附加在每条日志上 config.addTag("test", "test_topic"); 这个setTopic是随便写,还是固定是这个值? 有没有详细点的文档说明?

自定义的,就相当给日志加个标签 https://help.aliyun.com/document_detail/48871.html https://help.aliyun.com/document_detail/92264.html