Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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 Applybutton.

Post a Comment for "Android Studio Signature Algorithm Mismatch"