


Once you run it after installation for the first time, Android studio will take you through a setup wizard. If you don’t have it proceed to their website to download and install it. We need Android Studio to build Android Applications. Open a console (or a Windows command prompt) and run gradle -v Add an entry for C:\Gradle\gradle-6.8.2\bin. Under System Variables select Path, then click Edit. Then proceed to set the path to Gradle in your environmental variables.Extract the zip files and place them in the C:/ drive preferably.Download the latest version of Gradle from here.To set up Gradle follow these steps: There are many ways to install it, but we will cover doing it manually in windows. Gradle runs on all major operating systems and requires only a JDK version 8 or higher to be installed. Gradle is an open-source build system that is used to automate the building, testing, and deployment, etc of software. Verify installation in the terminal by running java -version.Under System Variables click New, then add an entry for the path to the JDK. In File Explorer right-click on the This PC (or Computer) icon, then click Properties -> Advanced System Settings -> Environmental Variables. Set the path to the JDK if it is not set automatically.Download it from here based on your operating system.You need to download JDK version 8 or higher.

The JDK is a development environment for building applications, applets, and components using the Java programming language. If you have all these already you can skip to the next section There are three (3) dependencies needed for us to be able to build our android app.
