All Questions

Tagged with
Filter by
Sorted by
Tagged with
201 votes
27 answers
145k views

WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'

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 ...
user avatar
  • 4,632
53 votes
4 answers
13k views

Google Fabric: UiAutomation not connected

After deployment of an app to Google Play Beta I see next issue in Crashlytics (6 - 7 users are affected) Fatal Exception: java.lang.IllegalStateException: UiAutomation not connected! at android....
user avatar
  • 8,569
50 votes
13 answers
28k views

Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/

I am trying out the new Firebase/Crashlytics setup and seem to run into a weird issue. I have one Android code base with multiple product flavors and each flavor is a separate individual app. all of ...
user avatar
43 votes
7 answers
23k views

Fabric's Crashlytics with Firebase can't be disabled for DEBUG builds

I have an app that utilises Fabric's Crashlytics via Firebase. The following is the first thing executed in my Applications onCreate CrashlyticsCore crashlyticsCore = new CrashlyticsCore.Builder() ...
user avatar
  • 5,836
42 votes
7 answers
21k views

E/FirebaseCrashlytics: Failed to retrieve settings from https://firebase-settings.crashlytics.com/spi/v2/platforms/android/gmp/XXXX/settings

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 get ...
user avatar
  • 1,907
29 votes
13 answers
45k views

Fabric Debug Craslytic Reports : Signup, build Id missing, apply plugin : io.fabric

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 '...
user avatar
  • 410
25 votes
6 answers
5k views

Error:Could not find fabric.aar (io.fabric.sdk.android:fabric:1.3.17)

it worked before I don't change anything but today I got this error, here my gradle buildscript { repositories { mavenCentral() maven { url 'https://maven.fabric.io/public' } jcenter() } ...
user avatar
  • 859
20 votes
1 answer
6k views

Crashlytics could not find the manifest

The Fabric SDK (for Android) intermittently fails builds with the following error: ERROR - Crashlytics Developer Tools error. com.crashlytics.tools.android.project.ManifestData$ManifestIOException: ...
user avatar
  • 3,372
20 votes
3 answers
3k views

Crashlytics' stacktraces show file name as Unknown Source while Dexguard is enabled

I've got a problem with my crash reports from Fabric Crashlytics when I enable Dexguard in my project. I enabled Dexguard in my project and it works pretty well. Then I followed the instructions in ...
user avatar
  • 1,034
16 votes
6 answers
10k views

react-native-firebase crashlytics not showing up on firebase dashboard

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 android ...
user avatar
16 votes
3 answers
5k views

Switch from Fabric to Firebase Crashlytics problem: The Crashlytics build ID is missing

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's ...
user avatar
  • 160
15 votes
2 answers
970 views

How to split/ungroup Crashlytics non-fatal exceptions report using custom attribute?

I send to Crashlytics errors I get during sync with server. These errors mostly contain info about different data conflicts. All errors are wrapped into one exception class which has fields like ...
user avatar
  • 1,033
15 votes
1 answer
695 views

How to receive daily summary email from firebase analytics?

I would like to receive daily summary reports by e-mail about my app's downloads and other various stats from Firebase. I have used Fabric earlier and was able to do so but now since Fabric is going ...
user avatar
  • 369
14 votes
3 answers
8k views

Problems adding Firebase Crashlytics to Android project - Crashlytics found an invalid API key: null

I am trying to add Firebase crashlytics to our project but just can not get it to work. I have followed the instructions adding the necessary lines to our gradle file but no success so far. The ...
user avatar
13 votes
3 answers
12k views

Invalid Crashlytics API Key error when upgrading to Android Gradle Plugin 3.3.0

After upgrading from Android Gradle Plugin 3.2.0 to 3.3.0-alpha13, I'm seeing the following build error: > Task :app:fabricGenerateResourcesDebug FAILED ERROR - Crashlytics Developer Tools error. ...
user avatar
  • 5,796
13 votes
2 answers
682 views

Lazy initialization of Fabric kits?

Is it possible to lazily initialize Fabric Kits? for example, right now I do: Fabric.with(this, crashlytics, twitterCore, tweetUi); // 500ms I would like to initialize only Crashlytics (no twitter ...
user avatar
  • 6,075
12 votes
6 answers
17k views

Firebase Crashlytics not reporting crashes when manually enabled

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 ...
user avatar
  • 615
12 votes
1 answer
891 views

Crashlytics doesn't display native crashes

Before this gets marked as a duplicate, I have tried everything from all the possible questions. Java crashes are reported properly, however crashes from the native libs don't have the debug symbols. ...
user avatar
  • 430
11 votes
3 answers
11k views

Firebase Crashlytics not working without Fabric API key

I got an android app where Fabric Crashytics is installed. I've followed the official guide to setup Firebase Crashlytics and linked the Fabric and Firebase accounts (AFAIK Firebase acquired Fabric ...
user avatar
  • 2,406
11 votes
2 answers
4k views

Fatal Exception: java.lang.IllegalStateException - Unable to create layer for LinearLayout(Crashing in only Galaxy j4+, j6+)

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 (...
user avatar
  • 113
11 votes
4 answers
2k views

NullPointerException due Attempt to invoke virtual method 'android.os.IBinder android.view.SurfaceControl.getHandle()' on a null object reference

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 ...
user avatar
  • 111
10 votes
1 answer
8k views

How to migrate from Fabric Crashlytics to Firebase Crashlytics?

I have an app that logs crashes and non-fatals to Fabric Crashlytics and uses Firebase Analytics to log analytics events. I want to migrate from Fabric Crashlytics to Firebase Crashlytics. In ...
user avatar
10 votes
2 answers
957 views

Malformed exception in fabric library

Recently I see an exception in my log that fabric (Beta) tries to check for updates and this is the error: E/Beta: Error while checking for updates from null io.fabric.sdk.android.services.network....
user avatar
10 votes
1 answer
2k views

Android project build failure while setting up Firebase+Crashlytics

I have a question about Firebase+Crashlytics+Android. On Android Studio I am getting the following error: org.gradle.api.GradleException: Crashlytics Developer Tools error. com.crashlytics.tools....
user avatar
10 votes
0 answers
871 views

How to immediately submit any pending non-fatal Crashlytics logs

According to the documentation: To reduce your users’ network traffic, Crashlytics batches logged exceptions together and sends them the next time the app launches. I would like to a trigger a ...
user avatar
  • 2,094
9 votes
2 answers
5k views

Specified path for unstripped native libs is not a directory - generateCrashlyticsSymbolFileRelease

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 error: ...
user avatar
  • 181
8 votes
2 answers
7k views

How to report parameters in Firebase Analytics Events

I've used Fabric with iOS before where it was so easy to report custom parameters in the same analytics event in like this: Answers.logCustomEvent(withName: "saved_border", customAttributes: ["...
user avatar
8 votes
8 answers
4k views

Fabric Crashlytics stuck on build and run

Currently, I'm trying to integrate Crashlytics into an Android Application. However I can't get the app to be recognized and added to the Fabric Dashboard. When using the Android Studio Fabric plugin ...
user avatar
  • 424
8 votes
2 answers
2k views

Android Crashlytics not logging non-fatals

I'm logging crashlytics errors in fabric. It works for crashes, and auto-generated non-fatals. But when I try to manually log non-fatals, it doesnt show at all. What can be the problem? (Yes, I have ...
user avatar
  • 2,129
8 votes
2 answers
2k views

Crashlitycs reporting wrong line number after kotlin migration

Crashlytics reports showing wrong line number after migrating app to kotlin, i have already -keepattributes SourceFile,LineNumberTable in my proguard file An example of wrong line number report: ...
user avatar
8 votes
0 answers
285 views

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 ...
user avatar
  • 1,420
7 votes
3 answers
12k views

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 ...
user avatar
7 votes
3 answers
14k views

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....
user avatar
7 votes
3 answers
1k views

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 ...
user avatar
7 votes
4 answers
8k views

Crashlyitics not appearing in Firebase

My Crashlytics data is not appearing in the Firebase Crashlytics view. It does show "Crash-free statistics" as being 75%, so it appears to be recording some data. I also see the crashes ...
user avatar
  • 2,017
7 votes
2 answers
1k views

Fabric Crashlytics reports display some letters instead of classes names of my Android App

In Fabric Crashlytics reports I see some letters instead of classes names. for example when I see "MainActivity" I understand that a crash occured in MainActivity.java, but now I see letter "a" , "e" ...
user avatar
7 votes
1 answer
410 views

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 ...
user avatar
7 votes
0 answers
558 views

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 ...
user avatar
6 votes
4 answers
5k views

API 'variant.getExternalNativeBuildTasks()' is obsolete

I have updated my android studio. After that my Crashlytics create the problem. is it problem with crashlytics? or How can I solve this? This is error API 'variant.getExternalNativeBuildTasks()' is ...
user avatar
  • 972
6 votes
3 answers
9k views

Adding Firebase Crashlytics either crash in runtime or fail unit test build

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.google....
user avatar
6 votes
1 answer
3k views

Can't link app in Fabric to existing Firebase project

I'm trying to migrate my Android app from Fabric Crashlytics to Firebase Crashlytics. My app has an existing Firebase project set up for messaging and analytics. This Firebase project is not yet ...
user avatar
6 votes
1 answer
6k views

This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up [duplicate]

but i have some problem at first i have a orange check image in right of app package name and i have this error in Application class Caused by: io.fabric.sdk.android.services.concurrency....
user avatar
6 votes
3 answers
904 views

Fabric icon disabled in android studio

I'm not able to access fabric from the android studio. The plugin is installed but the icon seems disabled. Here is the screen shot.
user avatar
6 votes
1 answer
2k views

Android Fabric crashlytics causing app crash

I am getting a strange crash due to Fabric Crashlytics. I am using fabric's crashlytics. But When I run app on S5 5.0 API 21, it crashes the whole application. See the report below: java.lang....
user avatar
  • 5,064
6 votes
1 answer
1k views

Fabric crashlytics with Firebase unable to upload crash

I'm just trying to migrate Fabric Crashlytics with Firebase, so I just followed the guide https://firebase.google.com/docs/crashlytics/get-started Everything compiles and the app can be launched. So ...
user avatar
  • 1,094
6 votes
4 answers
306 views

After Downloading app from google play store getting crashed?

My app is working fine when I build it from android studio. But the app is getting crashed when I download it from play store. Kindly find the attached crashlytics report in which the error is focused....
user avatar
  • 3,488
6 votes
1 answer
637 views

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 ...
user avatar
6 votes
1 answer
2k views

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....
user avatar
  • 154
6 votes
0 answers
774 views

I/CrashlyticsCore: Crashlytics report upload complete but not show in dashboard

I have problem with Fabric. its a test project for find problem and do everything step by step in fabric documents, but i don't know what is mistake. please help me. My Gradle: buildscript { ...
user avatar
6 votes
0 answers
1k views

How to search issues in Fabric by user id?

I'm using Fabric/Crashlytics in my android app, I use custom logs for logging connections issues and attach user id to log, but how can I search logs for a specific user? For user id attachment I ...
user avatar
  • 1,975

15 30 50 per page
1
2 3 4 5 6