问题
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
回答1:
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.
- Open the Fabric plugin from one of the two buttons.
- Click on the icon that looks like a power icon.
- Select organization to use.
- Select kit to use, in this case Crashlytics.
- Install the kit selected by pressing install.
- Apply the changes to be made to your code.
- Run application on a device.
- 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.
And that is it. The plugin REALLY makes it easy.
来源:https://stackoverflow.com/questions/33155195/new-to-fabric-io-how-to-use-this-for-android-app