FabricPlugin icon indicating copy to clipboard operation
FabricPlugin copied to clipboard

Android build broken (findObfuscationTransformTask...)

Open zarko-tg opened this issue 5 years ago • 6 comments

* What went wrong:
A problem occurred configuring root project 'android'.
> No signature of method:
com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()
is applicable for argument types: (java.lang.String) values: [Armv7Debug]

This is probably related to the latest release of the Fabric Gradle Plugin - 1.28.0: March 15, 2019

zarko-tg avatar Mar 18 '19 10:03 zarko-tg

+1

BrunoMinami avatar Mar 18 '19 12:03 BrunoMinami

+1

Vasu1990 avatar Mar 18 '19 20:03 Vasu1990

Some more info here https://stackoverflow.com/questions/55194687/no-signature-of-method-com-crashlytics-tools-gradle-crashlyticsplugin

zarko-tg avatar Mar 20 '19 08:03 zarko-tg

+1

aximobile avatar Mar 20 '19 09:03 aximobile

+1

spitfire2903 avatar Mar 26 '19 22:03 spitfire2903

Temporary fix is to use my fork, which has been raised as a pull request:

cordova plugin add https://github.com/JakeSteam/FabricPlugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx

JakeSteam avatar Jun 17 '19 09:06 JakeSteam