Android Studio 编译报错 ERROR: Faile
2021-03-17 本文已影响0人
阿豪02
前一天运行好好的项目,到第二天运行不了,报错 native crash report,
经过排查是集成 Bugly 插件的最新版 latest.release 在阿里镜像仓库上不全。
所以将 Bugly 版本改成较低版本:
implementation 'com.tencent.bugly:crashreport_upgrade:1.5.1'
implementation 'com.tencent.bugly:nativecrashreport:3.8.0'