美文网首页
Android Studio 编译报错 ERROR: Faile

Android Studio 编译报错 ERROR: Faile

作者: 阿豪02 | 来源:发表于2021-03-17 10:25 被阅读0次

前一天运行好好的项目,到第二天运行不了,报错 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: Faile

      本文链接:https://www.haomeiwen.com/subject/rkyscltx.html