Jaydeep Dobariya
Jaydeep Dobariya

Reputation: 465

Failed to apply plugin in android studio

I am working on an app its work good. after i apply external plugin that return error Failed to apply plugin .

my build tool version 2.2.3 and compile version 24

Unfortunately, the suggestion of G.K. did not work!

Upvotes: 0

Views: 196

Answers (1)

Peter B
Peter B

Reputation: 21

Please run the following command in your terminal:

.gradlew clean --refresh-dependencies

This will grap the newest version of the Calldorado plugin that is causing this error. The newest version has a fix in it.

Upvotes: 1

Related Questions