Fabric For Android Studio 抛出未捕获的 NullPointerException

Fabric For Android Studio threw an unchaught NullPointerExcpetion

我将 FabricAndroid StudioEclipse 一起使用,而且该插件确实是一个简单的工具,几周后 Android Studio 的插件不再工作,我尝试 install/uninstall 几次都没有成功,这主要发生在插件被移动到存储库中。 每次启动 Android Studio 时,都会有一条浮动消息显示

"Fabric for Android Studio threw an uncaught NullPointerException. Disable Plugin"

,并且在事件日志中每 5 秒出现一条消息

"NullPointerException: update failed for AnAction with ID=Actions.Crashlytics.CrashlyticsAction"

我已经阅读了这个问题但没有成功 Exception in plugin Fabric for Android Studio

我也在论坛上发了一个问题 https://twittercommunity.com/t/fabric-for-android-studio-threw-an-unchaught-nullpointerexcpetion/58893

我希望我能找到一个没有问题的方法重新安装它

谢谢。

我已经联系了 Fabric 支持,这是他们的回复

Hmm seems like something odd's going on here! This error is usually due to an out of date plugin or a caching issue with Android studio. I'd like to have you try deleting the cache, removing the plugin and reinstalling it.

To clear the cache, delete com.crashlytics here: ~/Library/Caches/com.crashlytics

Can you then uninstall and reinstall the plugin and try it again?

经过尝试,插件安装成功。