Prabhakar Thota
Prabhakar Thota

Reputation: 19

New to fabric.io, how to use this for Android app?

I am new to fabric.io. How to integrate and use this for finding crashing data?

I've followed the official documentation but still I am not able to run my app using this.

Still in website it showing you have to run the app!

see this pic

This is the thing it shows after done this steps

see this pic

Upvotes: 0

Views: 939

Answers (1)

phxhawke
phxhawke

Reputation: 2611

Okay, I have actually played with Fabric. If you have not done so, installed the plugin for Android Studio. Once installed, you can use the plugin to add Crashlytics to your project. It can automatically add the code necessary to your project for it to work. After that build and run your application on a device.

  1. Open the Fabric plugin from one of the two buttons. Open the Fabric plugin from one of the two buttons.
  2. Click on the icon that looks like a power icon. Click on the icon that looks like a power icon.
  3. Select organization to use. Select organization.
  4. Select kit to use, in this case Crashlytics. Select kit to use.
  5. Install the kit selected by pressing install. install kit.
  6. Apply the changes to be made to your code. Apply changes.
  7. Run application on a device. Run app
  8. After the application runs, the plugin will show that Crashlytics is installed and keep pressing back until you get to your application in the plugin.Verify and go back.

And that is it. The plugin REALLY makes it easy.

Upvotes: 5

Related Questions