Android studio full setup tutorial and java jdk and git installation 2023

Опубликовано: 24 Апрель 2023
на канале: Mr Logcatcher
166
3

Easy to download and install android studio , android studio is totally free
android studio full setup tutorial.

Video Inside:
1-Android studio and Install
2-Sdk Install and setup
3-Jdk install and setup
4-Git bash install and setup
5- Build sample apk

Go to the official Android Studio website (https://developer.android.com/studio) and click on the green "Download" button.

Choose the operating system you are currently using.

Once the download is complete, open the downloaded file and run the installation process.

Follow the instructions in the installation wizard to complete the installation process.

After the installation process is complete, launch Android Studio and you are ready to start developing your Android applications.

what is jdk ?
JDK stands for Java Development Kit, which is a software development kit used to develop Java applications. It includes a set of development tools such as the Java compiler, Java Virtual Machine (JVM), Java API libraries, and other necessary components. The JDK is necessary to compile, run and debug Java programs. Essentially, it provides the tools for a programmer to write, test, and deploy Java applications. On the other hand, JRE only has the Java virtual machine and runtime libraries which are necessary to run Java applications but not to develop them.