Skip to main content
NKall.7
Associate II
March 22, 2019
Solved

Kindly give the solution for error: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask() is applicable for argument types: (java.lang.String) values: [ReleaseUnsigned]

  • March 22, 2019
  • 1 reply
  • 1048 views

I downloaded the latest version available at ST site i.e. Ver 1.07. When I am trying to sync the project the error appears. Same happens with old version also. Kindly help.

This topic has been closed for replies.
Best answer by udidq

Seems like 1.+ is deprecated recently.

use - classpath 'io.fabric.tools:gradle:1.27.1'

instead -  classpath 'io.fabric.tools:gradle:1.+

https://stackoverflow.com/questions/55214993/error-no-signature-of-method-com-crashlytics-tools-gradle-crashlyticsplugin-fi

let us know,

Br,

1 reply

udidq
udidqBest answer
Associate II
March 25, 2019

Seems like 1.+ is deprecated recently.

use - classpath 'io.fabric.tools:gradle:1.27.1'

instead -  classpath 'io.fabric.tools:gradle:1.+

https://stackoverflow.com/questions/55214993/error-no-signature-of-method-com-crashlytics-tools-gradle-crashlyticsplugin-fi

let us know,

Br,

NKall.7
NKall.7Author
Associate II
March 25, 2019

Thank you.