I am newbie to Android Studio, I have installed Android Studio from official site: https://developer.android.com/studio/index.html for Max OS Sierra. Then installed SDK components (listed in below image):
But still when I am creating new Android Project then it gives me Gradle sync failed error:
Error:Cause: tried to access method com.google.common.collect.Iterators.emptyIterator()Lcom/google/common/collect/UnmodifiableIterator; from class org.gradle.api.internal.CompositeDomainObjectSet
I have tried many workarounds also changed the Gradle distributions to latest but still error persists.