I'm a beginner in developing android applications. The problem that I faced is when I open the Android Studio I get this message: "Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-5.4.1-all.zip'.I downloaded and installed this file manually (gradle-5.4.1-all.zip). It didn't change anything.enter image description here
Here is the information about the Android studio that I'm trying to use: Android Studio 4.1.1 Build #AI-201.8743.12.41.6953283, built on November 4, 2020 Runtime version: 1.8.0_242-release-1644-b01 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1237M Cores: 8 Registry: ide.new.welcome.screen.force=true, external.system.auto.import.disabled=true
./gradlew wrapper --gradle-version 6.7.1. Android Studio 4.1.1 requires at least Gradle 6.5 so 5.4.1 definitely won't work. - Nicolas--stacktraceoption and post the relevant parts here. - Nicolas