Questions tagged [google-fabric]

Google's Fabric is a platform that helps your mobile team build better apps, understand your users, and grow your business. This tag can be used for anything covering Crashlytics, Answers, Beta by Crashlytics, Digits, or the Fabric mobile apps.

Google Fabric is a platform that helps mobile app developers. Fabric was previously owned by Twitter and tags that referenced [twitter-fabric] should now use this tag instead.

If you have questions on Fabric including Crashlytics, Beta, Answers, or Digits, please post using this tag. If you have questions on other SDKs offered via Fabric, such as Branch or Stripe, please use a different tag.

Useful Links

Fabric's documentation: https://docs.fabric.io/

Fabric installation page: https://fabric.io/kits

856 questions
8
votes
0 answers

Fabric build in Android Studio will generate folder "true" under project root folder?

I am using Fabric in my project which works well. But I found a problem, when I start the fabric build, sometimes it will generate a new folder named "true" under project root folder, which contains only one file: crashlytics-build.properties. Is…
Hexise
  • 1,520
  • 15
  • 20
7
votes
2 answers

Plugin "Fabric for Android Studio" is incompatible

Since updating to Android Studio 4.1 I constantly get this error message on startup: Plugin Error: Plugin "Fabric for Android Studio" is incompatible (supported only in IntelliJ IDEA). That plugin is neither listed in Settings > Plugins nor is it…
Martin Zeitler
  • 1
  • 19
  • 155
  • 216
7
votes
0 answers

Unable to create layer for Linear Layout in android version 9

In fabric crashlytics logged this exception just in version android 9 and device Galaxy J6+ Galaxy J4+ and HMD Global Nokia 2.1. MessageQueue.java android.os.MessageQueue.nativePollOnce Fatal Exception: java.lang.IllegalStateException Unable to…
emad pirayesh
  • 654
  • 7
  • 12
7
votes
1 answer

Crashlytics support for macOS

I have a few queries on Crashlytics for Mac OS X. Are both Crashlytics and Answers free or do we need a licence for their use? Does it require some licence after it reaches a certain number of maximum users? From https://get.fabric.io/roadmap , it…
7
votes
1 answer

Fabric causing crash for Android Pie users

I am running an android application with Fabric installed for Crashlytics. For most of my users every thing works without a problem, however some users (All of which are running android Pie, and using a Google phone Pixel 2, Pixel 3) are getting a…
7
votes
1 answer

Crashlytics is reporting wrong line numbers

In the past few weeks I've been seeing a lot of crashes with line numbers in the import statement lines. For example this stacktrace with a crash at line 2 Fatal Exception: java.lang.IllegalArgumentException: Unexpected TLS version: NONE at…
Jereld
  • 162
  • 7
7
votes
3 answers

Failed to apply 'io.fabric' plugin on Android

I'm trying to add Firebase Crashlytics. Firebase Crashlytics tutorial is very simple: https://firebase.google.com/docs/crashlytics/get-started?authuser=0 I've already added repositories (in buildscript and in all projects), as well as classpath and…
Danylo Oliinyk
  • 71
  • 1
  • 1
  • 3
7
votes
0 answers

Low download speed in Beta ios (Fabric)

In our work we use fabric to share builds to the testes. On iOS devices we use Beta app. Last days builds started downloading for too long. We check all connections on our side, everything ok. Than we check and find out that Fabric servers have…
7
votes
3 answers

Beta by Crashlytics - Package appears to be corrupted

I recently developed an app for a client and now have to share it on Crashlytics for a Beta. I did this many times in the past but with this app, there's a problem. When I upload my app on Crashlytics Studio's plugin, there's no error. The email is…
7
votes
2 answers

Crashlytics record error

I am recording an error using Crashlytics for iOS. NSDictionary *detail = @{@"message":errorWithURL, @"response":jsonString}; [[Crashlytics sharedInstance] recordError:[NSError errorWithDomain:@"send request" code:0 userInfo:detail]]; But I do not…
Abdullah Umer
  • 4,234
  • 5
  • 36
  • 65
7
votes
0 answers

Crashlytics: ext.alwaysUpdateBuildId = false erroneously applies even in other productFlavors

This is my productFlavors definition in build.gradle: flavorDimensions "fasterbuild", "flavor" productFlavors { slow { dimension "fasterbuild" // "Slow" uses the defaultConfig minSdkVersion, currently 16 } fast { …
Aphex
  • 7,390
  • 5
  • 33
  • 54
7
votes
1 answer

What information does Crashlytics collect from End Users?

I'm using Crashlytics in fabric. I read privacy-policy.pdf to check privacy issue. I found stored information includes device state information, unique device identifiers and so on. I'd like to know what exact information is gathered for device…
Lab ARCHI
  • 81
  • 1
  • 2
7
votes
3 answers

Failed to resolve: com.crashlytics.sdk.android:crashlytics:2.6.7

I added the following the in my project's build.gradle file: Buildscript { repositories { jcenter() maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'io.fabric.tools:gradle:1.14.3' } I addded this in the…
Juhi Matta
  • 481
  • 1
  • 5
  • 15
6
votes
1 answer

Crashes not showing in Crashlytics after migrating from Fabric

Until now, I've had a link between Fabric and Firebase Crashlytics, so prior to today, I had all of my app's crashes show up in Firebase Crashlytics. Today, I decided to completely migrate from Fabric to Firebase by following Google's migration…
6
votes
2 answers

How can i change google account that accept Firebase App Distribution invitation?

I receive an Firebase App Distribution invitation on my corporate google account. But when I accept invitation by clicking on "Go setup" in email, I mistakenly accepted the invitation with my personal google account in my Android phone. I have tried…