Reputation: 1273
When I create a projetct in android studio, it gives me at the beginning this error :
Gradle 'MyApplication12' project refresh failed Error:Signature algorithm mismatch
I don't know what's the problem
Upvotes: 0
Views: 491
Reputation: 11
I had the same issue, this problem will be fixed by doing the below step.
Go to
File->Setting->Gradle->Gradle Vm Option
, Now put this value -Xmx256m
in the box, and hit the Apply
button
.
Upvotes: 1