0

I am implementing crashlytics with Ant. Imported the jar and required ant scripts. However the package name is not found when building the apk. Back to documentation provided by Fabric

https://crashlytics.com/downloads/ant,

Seems like it's down.

Anyone can confirm if it still working with Ant? Or moving forward with Gradle is the only solution? Thank you.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
chunhoong
  • 105
  • 1
  • 10

1 Answers1

0

Mike from Fabric here.

The URL you're using is out of date and you should use: https://fabric.io/downloads/ant to get the Ant instructions and files.

Mike Bonnell
  • 16,181
  • 3
  • 61
  • 77
  • Thanks for helping. May I know does the eclipse plugin for crashlytics still working? – chunhoong Jun 01 '17 at 08:30
  • No, we deprecated our Eclipse plugin a bit after Google and Android deprecated their support of Android Developer Tools in Eclipse. – Mike Bonnell Jun 01 '17 at 12:46
  • @Mike Bonnel from Fabric, I have followed all the steps at https://fabric.io/downloads/ant but am getting an error: package io.fabric.sdk.android does not exist – Dr Deo Oct 01 '17 at 06:06
  • Can you share more info on when the error happens and any additional details? It's tough to know what's happening with that limited info. – Mike Bonnell Oct 01 '17 at 17:46