I installed Android Studio 0.5.1 and my project is not working any more. Error it provides is:
The project is using an unsupported version of Gradle. Pleas
I encountered this problem when i tried to import an gradle project from github. There was no gradle wrapper in the project. I created a new android project in android studio and copied gradle folder to the project that i get from github. Then in the settings of the project in gradle section,i chose the "use default gradle wrapper". Then problem is solved.