在Android Studio中使用Fabric插件时-它正在将其实例插入代码中
Fabric.with(this, new Crashlytics());
无论如何,它将插入到我当前代码的中间-看起来就像在光标位置,这可能会破坏用户代码
我的例子 我有
getActionBar().setHomeButtonEnabled(true);
执行Fabric插件后
getActionBar().setHomeButFabric.with(this, new Crashlytics());tonEnabled(true);
需要手动更正