You run Gradle via the gradle command. To check if Gradle is properly installed just type gradle -v . The output shows the Gradle version and also the local environment configuration (groovy and JVM version, etc.). The displayed Gradle version should match the distribution you have downloaded.
Read moreHow do I find my Gradle version?
In Android Studio, go to File > Project Structure. Then select the “project” tab on the left . Your Gradle version will be displayed here.22 May 2017
Read moreWhere is flutter gradle?
gradle is under android/app .
Read moreDo I need to install gradle for Android Studio?
Start Android Studio and try again. Create a new blank project again. Then it shouldn’t need to download gradle again. It will uncompress gradle in the the same dir.
Read moreWhat version of gradle should I use?
If you are using Gradle for Android, you need to move to version 3.3 or higher of both the Android Gradle Plugin and Android Studio.
Read moreDoes flutter require gradle?
Your Flutter module uses a plugin that has no additional Android Gradle dependency because it only uses Android OS APIs, such as the camera plugin.
Read more