google-fabric Questions
9
Solved
I implemented Firebase Crashlytics in my iOS app. I followed all the steps in firebase documentation. I already ran crashlytics without the debugger by closing the app first and then re run the app...
Snocat asked 22/12, 2017 at 7:34
8
Solved
Crashlytics works just fine without opt-in reporting. But it stops reporting anything as soon as I set up opt-in reporting according to the tutorial.
Specifically, I added the following content to...
Ineluctable asked 11/12, 2018 at 13:16
2
I've migrated the application from "Fabric Crashlytics" to "Firebase Crashlytics" and successfully tested if the new crashes arrive.
But unfortunately, I don't see an option to search for an issue...
Justiciable asked 11/12, 2018 at 16:0
29
Solved
I'm getting this below warning message in my Xcode 10.1.
The iOS Simulator deployment targets are set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1...
Ramachandra asked 15/2, 2019 at 7:5
5
Im trying to add Fabric to my xcode project. I've done so succesfully in the past but now facing issues with a react-native project. Having looked around, i've tried pretty much all combinations su...
Gilthead asked 4/7, 2019 at 14:3
28
Solved
Suddenly when Syncing Gradle, I get this error:
WARNING: API 'variant.getJavaCompile()' is obsolete and has been
replaced with 'variant.getJavaCompileProvider()'.
It will be removed at the end...
Issiah asked 23/9, 2018 at 20:36
6
Solved
using pod to install fabric but getting /ios/Pods/Fabric/run”: No such file or directory,
i added run script in
“${PODS_ROOT}/Fabric/run” <API KEY> <S KEY>”
show environment varia...
Weekley asked 29/5, 2018 at 17:31
5
Solved
Currently, I am facing issues to upload dSYMs through the new uploader script.
/path/to/Fabric/upload-symbols -gsp /path/to/GoogleService-Info.plist -p <platform> /path/to/dSYMs
I am getti...
Adscription asked 15/4, 2020 at 9:26
3
After I migrate to crashlytics from fabric, crash reports does not shown on Firebase console anymore.
I followed upgrade document for migration.
I tried force crash to test and i logged with adb lo...
Mcgrody asked 29/9, 2020 at 13:38
4
Solved
I am noticing it from my last few build, crashlytics is not sending the proper crash reports...
In crash reports i can not debug on which class the crash occured..
Although I have tried uploading ...
Auer asked 18/7, 2017 at 7:10
2
I'm aware that there isn't a Fabric/Crashlytics API that I can use to pull data. I'm wondering if when the move happens to Firebase/Crashlytics will there be some sort of official API that we can u...
Guffey asked 30/10, 2018 at 19:24
7
I tried new Firebase Crashlytics SDk after migrating from Fabric and seem to run into a weird issue.
Crash logs are not captured in dashboard after upgrading firebase-crashlytics to 17.0.0 and I g...
Garaway asked 4/6, 2020 at 14:12
3
Solved
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:g...
Driftwood asked 19/3, 2017 at 7:33
2
How I can define androidNdkOut and androidNdkLibsOut paths with new Firebase Crashlytics SDK?
When I try to run:
./gradlew clean assembleRelease uploadCrashlyticsSymbolFileRelease
I get next erro...
Jessiajessica asked 5/2, 2020 at 9:10
4
Recently I did migration of my application to targetSdkVersion = 28.
After publishing the updated app to Google Play I started to get very strange crash reports in Fabric.io:
Crash report
Fatal Ex...
Satem asked 8/4, 2019 at 6:26
2
Solved
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).
...
Entry asked 11/1, 2021 at 10:31
3
I'm trying to add Firebase Crashlytics to a new Android app (single module, no flavors). Since Crashlytics is missing from the IDE assistant plugin, I'm using setup steps from https://firebase.goog...
Chalcanthite asked 6/3, 2019 at 8:29
3
Solved
I'm trying to migrate from Fabric to Firebase since Fabric will not be available beyond March 31, 2020.
I already have done the first steps: adding plugins and dependencies to gradle, adding analy...
Rothrock asked 22/11, 2019 at 15:5
6
Solved
I am using firebase crashlytics. I am causing a crash by doing
firebase.crashlytics().crash()
and I am not seeing the crash report on the firebase dashboard. The crash is working because on andr...
Calycle asked 31/1, 2019 at 15:43
2
Solved
Fatal Exception: java.lang.IllegalStateException Unable to create
layer for LinearLayout, size 768x5440 max size 8192 color type 4 has
context 1
android.os.MessageQueue.nativePollOnce (Messag...
Richmond asked 15/7, 2019 at 2:29
2
I have successfully configured Crashlytics Webhook with Slack. I have also tested it with the Test Message given in Crashlytics console. Test message working fine.
But, when I have an actual crash...
Necropolis asked 11/9, 2018 at 8:54
3
After switch from Fabric to Firebase Crashlytics SDK I have a problem. Problem is as in the title: The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app'...
Malodorous asked 4/5, 2020 at 14:13
2
Solved
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 perso...
Bost asked 31/3, 2020 at 15:50
4
I am using xcode11 with mac os 10.14.1.
I implemented fabric to firebase migration using the following docs.
https://medium.com/@niamhpower/the-great-migration-moving-from-fabric-to-firebase-as-an...
Pomerleau asked 5/11, 2019 at 4:40
13
Solved
We have programming an Android app and try to implement Crashlytics to our app.
We have different types of problem .
Version we used :
Android studio version :
3.3
Gradle version :
classpath ...
Stirps asked 15/2, 2019 at 10:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.