All Questions

Filter by
Sorted by
Tagged with
7 votes
2 answers
1k views

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). ...
user avatar
3 votes
1 answer
825 views

Firebase crashlytics error: Unable to load class 'org.gradle.api.tasks.TaskProvider'

I am trying to update fabric to Firebase crashlytics . I followed their starting guide given here The error I am getting are below: (build.gradle) module-level: I am using Gradle version: 4.6 ...
user avatar
-1 votes
1 answer
68 views

Fabric Plugin is ghosted

I had install fabric plugin from android market place but it is not clickable.
user avatar
0 votes
1 answer
257 views

Fabric plugin for Android Studio is not showing the Distribution Screen

I'm trying upload an apk to the beta test in fabric but no luck till now, I'm following the official documentation but I can't see the "Distribution screen" section, why? I just downloaded the last ...
user avatar
  • 918
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
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
0 votes
1 answer
228 views

android fabrics reporting crash but the exact line number is not shown

Used fabrics to get the crash report but it is not showing the exact line number in the report. Finds difficult to identify the line of code if the class is too large.
user avatar
  • 149
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
0 votes
1 answer
492 views

Fabric plugin not integrated in Android studio

I tried to integrate crashlytics using fabric plugin for distribute builds with different devices. After integrated, Plugin show me to build and run your application but nothing happen after running ...
user avatar
  • 12.5k
1 vote
1 answer
269 views

Fabric Crashlytics stuck on build and run - IDE error

I'm trying to integrate Crashlytics into an Android Application but Fabric plugin stuck on last step. In the past everything works well. After Android Studio updated to version 3.1.*, I can't ...
user avatar
  • 4,721
2 votes
2 answers
87 views

Fabric plug-in for Android Studio keeps logging me out

I stumbled upon an issue with the Fabric plug-in for Android Studio. Basically, the plug-in keeps logging me out every other screen change. I tried updating AS to the latest stable version (3.1.3) and ...
user avatar
0 votes
0 answers
830 views

Error: invalid LOC header (bad signature) / Unsupported major.minor version 52.0

Error: invalid LOC header (bad signature) for apply plugin: 'io.fabric' Fabric support team suggested to run gradlew assemble --refresh-dependencies Then I face following issue BUILD FAILED ...
user avatar
  • 5,701
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
0 votes
2 answers
239 views

What's the endpoint of Fabric.io Android Plugin for login and uploading APK?

I'm trying to figure out what's the endpoint of Fabric.io Android Plugin for login and uploading APK? I'll use this information to whitelist the domain, so we can use the plugin when we are ...
user avatar
  • 1,907
3 votes
2 answers
675 views

crashlytics (fabric) Android Studio plugin broken in release 1.24.0

I'm keep getting: Error:Could not determine the dependencies of task ':main:crashlyticsStoreDeobsDebug'. Task with path 'dexDebug' not found in project ':main'. gradle include: classpath 'io....
user avatar
  • 26.3k
3 votes
2 answers
3k views

No cached version listing for io.fabric.tools:gradle:1.+ available for offline mode

I am starting to use Fabric and I want to install Crashlytics. As it is in the instructions I have installed fabric plugin on my Android studio. I get this error: Error:No cached version listing for ...
user avatar
1 vote
2 answers
146 views

Android Studio Fabric Plugin displays wrong characters - the weirdest bug

I have the weirdest display bug in the Fabric Plugin for Android Studio. Check it out : Interestingly : I discovered that each and every character was replaced by its ASCII value minus 2. Ex : "2 ...
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
0 votes
2 answers
551 views

Firebase CrashReporting + Fabric

As announced by Google, the Firebase Crash Reporting is joining forces with Fabric. Here's a link The exact details of how is this going to happen are abstract. But for developers who were using ...
user avatar
  • 3,090
5 votes
2 answers
4k views

Android Studio doesn't generate signed apk after update to 2.3

I have faced some troubles with uploading release version to fabric(crashlytics) after generating release build in Build->Generate Signed Apk. After moving app-release.apk into Fabric window I see ...
user avatar
  • 210