【发布时间】:2015-10-14 21:51:54
【问题描述】:
我在崩溃分析的电子邮件中收到了这条消息。 它在应用程序类中的代码中使用:
Fabric.with(this, new Crashlytics());
在使用的 gradle 中:
buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'io.fabric.tools:gradle:1.+'
}
}
可能是我在自动增量 io.fabric 版本之后收到此消息。我现在不知道。
【问题讨论】:
标签: android crashlytics twitter-fabric