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
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
.
Post a Comment for "Android Studio Signature Algorithm Mismatch"