All Questions
Tagged with google-fabric android-gradle-plugin
20
questions
0
votes
0
answers
169
views
Could not find io.fabric.tools::gradle1.24.1
I have an old app and it is giving theses error messages:
A problem occurred configuring project ':app'.
> Could not resolve all artifacts for configuration ':app:classpath'.
> Could not find ...
0
votes
1
answer
65
views
Android app not always created on Fabric after changing applicationId
I have several Android applications for which I need to change the applicationId in build.gradle (or package in the APK AndroidManifest.xml).
After changing the applicationId in build.gradle, the ...
2
votes
1
answer
816
views
What use instead of TaskInternal execute() at gradle-5.1.1?
My custom task at gradle-4.10.1:
task fabricUploadApkDevelop(group: "fabric", dependsOn: ['assembleDevDebug']) {
doLast {
//fabric gradle task `assembleRelease ...
2
votes
1
answer
471
views
Fabric "crashlyticsUploadDistributionDebug" is not there
I have just updated a project to have debug and release buildTypes, all working well till now expect the crashlyticsUploadDistributionDebug task is not in the project and all other crashlytics tasks ...
0
votes
2
answers
240
views
Android Studio : Is the fabric moved from jcenter to some other location(maven)
Why I am not able to get the Fabric downloaded from within the Android Studio .
I am using AS 3.2
Gradle Version : 4.6
Android Plugin : 3.2.0
Below is my build script :
buildscript {
...
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 ...
0
votes
3
answers
681
views
use fabric on Android
I use the fabric in my project.When I use this code classpath 'io.fabric.tools:gradle:1.+ in project's build.gradle and sync project.The following error occurred
Error:Could not find any matches for ...
2
votes
1
answer
509
views
No such property: betaDistributionApkFilePath while building with crashlytics
Today I updated to the latest version of crashlytics which was not updated from a very long time.
I am getting the below error while building the file.
Error:No such property: ...
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
...
0
votes
0
answers
87
views
Update Firebase & Fabric Integration
Tried to integrate/ update to fabric events + google analytics for firebase
And then this error came out
java.lang.NullPointerException: null value in entry: fakeOutputDirectory=null
at ...
1
vote
1
answer
1k
views
Android: How deploy to Fabric (Beta by CrashLytics) from console by Gradle?
Android Studio 2.3.3
Plugin: Fabric for Android Studio.
If I want to deploy my apk to Fabric (Beta by CrashLytics).
So I use plugin Fabric for Android Studio
Here is the screenshot:
And I success ...
0
votes
0
answers
37
views
Where to ask for a fabrics enhancement ? Report a bug?
I wanna report a bug to Fabrics about their gradle android plugin. But I can't find any place to do so. There is no issue tracker and I should use their mail or stack over flow to submit a report ?
(...
2
votes
1
answer
1k
views
Crashlytics task cannot be added to gradle tasks
I installed Crashlytics plugin to Android Studio project, but the gradle task crashlyticsUploadDistributionDebug is not added to gradle tasks.
How can I add to gradle tasks?
Installing Crashlytics is ...
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 ...
1
vote
1
answer
3k
views
Could not download gradle.jar
I'm trying to run a react native project version 0.26
but currently when I tried to run "react-native run-android"
it take about 10 minutes then this building exception appeared:
FAILURE: Build ...