Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I'm stuck installing Crashlytics for Android using Eclipse

I registered for Crashlytics, got their invitation and set up my account. Then I installed Crashlytics as described for Eclipse and restarted. Now I'm staring at the page https://www.crashlytics.com/onboard/pending showing "Add Crashlytics to your project".

What am I supposed to do? I have an open project in Eclipse. How do I add Crashlytics to it now to get to step 2 "Launch your app".

Of course I can launch my app just like this, but where is the connection to Crashlytics. It seems Crashlytics is waiting for some response from the installed Eclipse plugin.

like image 863
Holger Jakobs Avatar asked Sep 11 '13 16:09

Holger Jakobs


1 Answers

enter image description hereTo Add Crashlytics to your App... follow these steps :

  • Install Crashlytics for Android by opening Eclipse and going to "Help", then "Install New Software".
  • In the download URL, type in "http://download.crashlytics.com/android/eclipse".
  • Check the box next to Crashlytics software and press "Next". You'll be asked to restart Eclipse and the plugin will be installed!

    Once the Plugin is installed..all your application will be listed in it and then select the one in which you want to add.

Best Wishes !

like image 67
Amresh Avatar answered Sep 22 '22 12:09

Amresh