Omar HossamEldin
Omar HossamEldin

Reputation: 3111

Fabric For Android Studio threw an unchaught NullPointerExcpetion

I'm using Fabric with both Android Studio and Eclipse, and the plugin was really an easy tool, From a couple of weeks the Plugin for Android Studio is not working any more, I have tried to install/uninstall several times with no success, this mainly happened after the plugin is moved into Repositories. Every time on the start up of Android Studio there is a floating message says

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

, And in Event Log a message appears every 5 seconds

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

I already read this Question with no success Exception in plugin Fabric for Android Studio

enter image description here

enter image description here

I have posted a question too here in there Forums https://twittercommunity.com/t/fabric-for-android-studio-threw-an-unchaught-nullpointerexcpetion/58893

I hope i can find a way to install it again without problems

Thanks.

Upvotes: 0

Views: 331

Answers (1)

Omar HossamEldin
Omar HossamEldin

Reputation: 3111

I have contacted Fabric support and that was their reply

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?

After trying this, the plugin was installed successfully.

Upvotes: 1

Related Questions