Android Studio 的 Fabric 插件让我退出

Fabric plug-in for Android Studio keeps logging me out

我偶然发现 Android Studio 的 Fabric 插件存在问题。基本上,插件会在每次屏幕更改时让我注销。我试过更新AS到最新稳定版(3.1.3)和disabling/reenabling uninstalling/reinstalling Fabric插件,问题依旧

正在访问 the plug-in page on JetBrains site, I noticed a user was having the same issue, like, eight months ago. That user wrote

I consistently get a login loop. Using valid credentials I get no error message. I get to the next page right before getting bumped back to login. This prevents manual uploads and is super frustrating.

遗憾的是,也无法使用 Fabric 的网站分发构建。

因此,我的问题是:有没有人找到 Android Studio 插件问题的解决方案?如何规避这个问题并继续使用该插件分发构建?

a guide to distribute builds using Gradle,其中给定的命令行示例可以概括为

gradlew assemble<BuildVariant> crashlyticsUploadDistribution<BuildVariant>

到 select 您的项目可能具有的多种风格或构建类型中的一种。具体来说,<BuildVariant><Flavor><BuildType> 组成,适当的驼峰式

我本想避免走这条路,并通过插件 window 的舒适性来做事,但它确实有效,这才是最重要的。

我通过浏览器登录 fabric 网站并接受新的条款协议,解决了 Android Studio 中的登录循环问题