Can not seem to get crashlytics running on our Android app. iOS is working fine. on Android I keep getting a io.fabric.sdk.android.services.concurrency.UnmetDependencyException
With the message: This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up, install an Android build tool and ask a team member to invite you to this app's organization.
Been reading these posts:
- CrashlyticsMissingDependencyException
- https://twittercommunity.com/t/app-crash-on-startup-with-crashlytics/56703/5
But so far can't find the sollution
Running AS 2.0-beta6 with gradle plugin gradle:2.0.0-beta6
Anyone??
*edit: I am already signed up at fabric.io. Am logged in to the dashboard where the iOS version of our app is already hooked up, but added the Android app isn't working so far.
*edit2: I have the plugin installed, went through the install process and followed the configurration, compiled and ran the app, but as soon as Fabric.with(this, new Crashlytics()); gets executed it crashes the app giving me the above error and saying I should sign up. Problem is I am already signed up.
*edit3: Okay so i got as far as at least not running into the UnmetDependencyException. Sollution was to add the meta data with to io.fabric.apiKey to another module of my project's manifest file. Now i run into the problem that even though my app starts, my Android app is not recognized in the fabric dashboard. So if anyone knows a way to solve that?
*edit4: Got the issue fixed. Sent an email to fabric's support and it seemed to be an issue on their side. They patch it up and now the android version of our app is also showing in the dashboard.