I am getting the following error :
\'C:\\Users\\install\\Desktop\\project\\CoMpC2\\gradle\\wrapper\\gradle-wrapper.properties\'.
No value with key \'distribu
I had the same / a similar issue. Ideally we should not have to make any changes & Android Studio handles these things automatically.
For some reason some of my configuration got corrupted because of which every time I created a project it failed with these errors and was only putting the Gradle folder in the Project hierarchy and not generating any of the project files.
All I did was delete the .gradle, .android, .AndroidStudiox.x folder in this location: C:\Users\username and the next time I loaded Android Studio it reconfigured those dependencies and got rid of the error.