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信息看是否配置成功即可!!!