Sunday, December 13, 2015

Crashlytics for Android app

What is Crashlytics?

  • It's a great tool for developers; developer can get a lot of statics from the app... it's free.
  • Delivers crash reporting across devices in real-­time. 
  • Performs analysis of every thread on every Android device to identify the most important issues.
**Usage is super easy**

How to Setup:

  1. Register here https://get.fabric.io/
  2. In Android Studio install the Crashlytics plugin -Android Studio -> Preferences -> Plugins -> "Fabric plugin" Install 
  3. Now you will have the Fabric icon in Android Studio (image one below).
  4. Now select your app and enable Crashlytics, everything will be setup automatically just follow the instructions provided.
  5. Done. Build and install your App.
  6. Go to https://fabric.io/ to see the statistics of your app(image two below).
(image one)















(image two)





References:
http://www.crashlytics.com/blog/its-finally-here-announcing-crashlytics-for-android/
https://fabric.io/kits/android/crashlytics/summary

Great tutorial:
http://www.codedevplus.com/integrating-crashlytics-from-fabric-in-android/
https://fabric.io/kits/android/crashlytics/install

No comments:

Post a Comment