在我的Telegram项目中,我正面临着这个问题。我试过以下:
It contains the log for the same.
答案 0 :(得分:3)
看起来breakpad还不兼容NDK中的新标头。我已经向他们提交了一个错误,以便将其修复:https://bugs.chromium.org/p/google-breakpad/issues/detail?id=733
在此之前,您可以将APP_DEPRECATED_HEADERS := true
添加到您的Application.mk,如our docs中the r15 beta 2 changelog所链接的autoptimize所述,以恢复旧标题。