YINYIN NIE
YINYIN NIE
I mean that this problem is caused by https://github.com/facebook/stetho/issues/696.
And I have a question: if we want to fix this issue, should we modify the code of facebook/stetho?
你用的NDK版本太高了,根据日志显示,对应的android-sdk最小是android-14. 如果没有特殊要求,试试低版本。我用的是android-ndk-r10e,这个官网上能下载到:https://developer.android.com/ndk/downloads/older_releases 
已回复:https://github.com/yinyinnie/breakpad-for-android/issues/4 2018-05-04 15:55 GMT+08:00 lotty520 : > NDK环境是AS中下载的,直接跑build脚本,提示ndk-build命令找不到,我把build. > sh内容粘贴出来跑是可以的,但是可能是ndk版本问题,提示: > Android NDK: android-12 is unsupported. Using minimum supported version > android-14. > Library/Android/sdk/ndk-bundle/build/core/setup-app.mk:81: Android NDK: > Application targets deprecated...
解析dmp文件肯定要用到breakpad工程提供的dump工具,只不过需要自己编译。 比较好做法是:将解析过程放在服务器,服务器上配置对应版本的so文件,具体可参考:https://www.jianshu.com/p/c1ff71c9b5ef
third_party里面breadpad源码,工程是通过git submodule方式依赖。 你需要运行: 1. git submodule init 2. git submodule update
被忽略了。我把build.sh加进来了
I meet this problem too When I builded AOSP on my Mac. At last, I used the MacOSX10.12.sdk to build AOSP, and It done.
是不是可以将图片放到github这个仓库里面?
@onolox I feel you can push request to source library.