I downloaded an open source game \"ChaseWhisplyProject\" source code from Github.
I imported the project in my Android Studio (Version 1.5.1).
It shows foll
I solved this issue by this following steps
1.C:\Users\System name.gradle\wrapper\
2.Inside wrapper folder u will find grale file with some version, You just have to delete it
3.Come/Go to android studio and Go to File->Sync project with Gradle Files.
4.Android studio automatically download the require gradle file.
5.And now go for coding