简体   繁体   English

Android Studio Canary 3.0中的NDK问题

[英]NDK issue in Android Studio Canary 3.0

In my Telegram project, I am facing this issue. 在我的Telegram项目中,我面临着这个问题。 I have tried following: 我尝试了以下方法:

  1. ndk-build V=1 in project jni directory 项目jni目录中的ndk-build V = 1
  2. Clean Project and Delete all intermediates None helped. 清理项目并删除所有中间体没有帮助。 Logs of NDK error. NDK错误日志。 Please help! 请帮忙!

https://pastebin.com/Fdb5VaXs https://pastebin.com/Fdb5VaXs

It contains the log for the same.

It looks like breakpad is not yet compatible with the new headers in the NDK. 看起来breakpad尚未与NDK中的新标头兼容。 I've filed a bug with them to get that fixed: https://bugs.chromium.org/p/google-breakpad/issues/detail?id=733 我已向他们提交了一个错误以解决此问题: https : //bugs.chromium.org/p/google-breakpad/issues/detail?id=733

Until then, you can revert to the old headers by adding APP_DEPRECATED_HEADERS := true to your Application.mk as described by our docs that are linked in the r15 beta 2 changelog . 在此之前,您可以按照r15 beta 2 changelog中链接的文档所述,通过将APP_DEPRECATED_HEADERS := true添加到Application.mk来还原到旧标题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM