1,注册Bugly帐号

2.项目 build.gradle 中配置 compile 'com.tencent.bugly:crashreport:latest.release'//其中latest.release指代最新Bugly SDK版本号,也可以指定明确的版本号,例如2.1.9

3.MyApplication 中初使化 CrashReport.initCrashReport(getApplicationContext(), "ID", true);

在Log查看 Bugly信息看是否配置成功即可!!!

相关文章:

  • 2021-11-16
  • 2022-12-23
  • 2021-10-13
  • 2021-11-10
  • 2021-04-28
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2021-05-16
  • 2021-11-08
  • 2021-08-05
  • 2022-12-23
  • 2021-05-20
  • 2021-11-01
相关资源
相似解决方案