Android Studio 编译报错 ERROR: Failed to resolve: nativecrashreport

前一天运行好好的项目,到第二天运行不了,报错 native crash report,
经过排查是集成 Bugly 插件的最新版 latest.release 在阿里镜像仓库上不全。
所以将 Bugly 版本改成较低版本:

    implementation 'com.tencent.bugly:crashreport_upgrade:1.5.1'
    implementation 'com.tencent.bugly:nativecrashreport:3.8.0'

你可能感兴趣的:(Android Studio 编译报错 ERROR: Failed to resolve: nativecrashreport)