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 recommend to use Gradle's newest version 1.11. The Android tools team will drop the support for older Gradle versions (that's what I would do).
After you've changed your wrapper from 1.10 to 1.11, you need to check that your wrapper is enabled in the gradle settings.
Don't forget to synchronize your project after that!
