Crashlytics Android Studio plugin fails to initialize

纵饮孤独 提交于 2019-12-04 22:14:16

Hemal from Crashlytics here! Can you go ahead and try to install the plugin.zip file instead of the jar and let me know if that works?

Use Fabric Tool.You don't need to write any code.Check out the below steps to install Crashlytics in your application.

  1. Get in to this Fabric link .Then sign up and login to your account.

  2. In Android Studio, Click File -> settings->plugin-> In top search bar, search this Fabric for Android then click browse, you see the fabric android studio file.

  3. Then download a Fabric Android Studio Plugin.Zip file.finally, restart Android Studio

  4. Then you can see the Fabric icon in your eclipse tool.Check the below screenshot:

  5. Login fabric -> Enter Organization -> click install the crashlytics tool.It will add the Codes automatically.You don't need to write a single line of code.It will add codes in manifest file and build.gradle.

  6. After it successfully installed,Run your application.If your application getting crash,it will be notified in your fabric dashboard.

  7. Output:

    Below I am posted the crash report in dashboard:

For further Reference: Crashlytics

I had this error "NoClassDefFoundError: javax/swing/SwingUtilities"

I had to download and use jdk1.7.0_65 instead of jdk1.8.0_05 and change the path in my environment variables.

Hope this helps someone!

Oh gods, i thought it's not work, but it does! It now show icon in toolbar, but i assign hotkey on crashlytics and it pop up below(!) IDEA CE 13.1.4 screen.

For you guys using safari to download the plugin. Use some other browser that won automatically unzip the container.

Android studio requires you to install the zipped file, not the individual .jar:s

Edit: Another option is to go to Safari -> Preferences and untick the auto-open option. Thanks @m vai

Select "Plugins" on the right of the Settings Dialog. Click "Install plugin from disk…" and choose the downloaded zip file. Do not unzip file. Choose downloaded zip file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!