无法在Android工作室上下载Fabric插件。我可以在同一网络上下载其他插件,因此不存在连接问题。
作为替代方案,我尝试手动安装插件。但是通过手动安装,插件不会以某种方式启动(以异常结束)。
所以我回到了这一点。还有其他人面临这个问题吗?
P.S - 我在Android Studio 2.2.2上
P.S - 下面是我手动安装插件并重新启动Android Studio时的崩溃日志(为简洁起见,删除了部分崩溃堆栈)
插件'com.crashlytics.tools.androidstudio'无法初始化并将被禁用。请重新启动Android Studio。
java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of com/intellij/ide/plugins/cl/PluginClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of com/intellij/util/lang/UrlClassLoader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:299)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:269)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:281)
at com.crashlytics.tools.bootstrap.osgi.OsgiBootstrapper.<clinit>(OsgiBootstrapper.java:54)
at com.crashlytics.tools.intellij.CrashlyticsPlugin.initComponent(CrashlyticsPlugin.java:89)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:522)
at