Bachlet Tansime
Bachlet Tansime

Reputation: 1273

Android studio Signature Algorithm mismatch

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

Answers (1)

sayyed ehsan taher
sayyed ehsan taher

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

Related Questions