Please do not split topics across several threads.
This makes following the conversation in the threads view very hard as the context of the other messages is missing.
If you have additional information either edit the original message or post to its thread.
And please do not ping random people, that's extremely rude.
Regarding the problem, for 99% of the Gradle builds you should not install any Gradle version. Usually a Gradle project has the 4 wrapper files and the wrapper should be used to run the project, so it runs with the exact version the build author designed the build for, the only thing you need to have installed is a supported Java version.
The error you screenshotted is pretty obvious though, isn't it? :-)
It has nothing to do with Gradle, but with the actual build.
It requires a minimum version of android build tools and you only have a lower version installed.
Use Android Studio to install the required build tools, then try to run the Gradle build again.