Full name I wanted:
Error: The minimum supported version of Gradle is 2.10, Gradle 3.x is not yet supported. The current version is 2.4. If you are using the Gradle shell, try editing the distribution Url in ... \ gradle -wrapper.properties to gradle -2.10-all.zip
I have an old project that I'm trying to open in Android Studio 2.2 (Preview 6), and when I try to create a project, I get the following error.
Error: The minimum supported version of Gradle is 2.10, Gradle 3.x is not yet supported. The current version is 2.4. If you are using the Gradle shell, try editing the Url distribution in C: \ Users \ home \ Documents \ code \ MY_PROJECTS \ notify-me-not-app \ gradle \ wrapper \ gradle -wrapper.properties in gradle -2.10-all.zip

I went to gradle-wrapper.properties below and this my file looks like this:
\ gradle \ wrapper
source share