How to download and install Android Studio on Windows 10/11 with Java JDK setup 2024

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hi everyone in this video I'll be showing you  how to download and install Android studio and   as well I will also be showing you how to download  and install Java jdk and set up Java in Android   studio and create your first Android app so let's  get started so first let's begin with downloading   Android Studio so for that just go to Google  and type download Android studio and if you   just scroll down you'll be having this download  Android studio and app tools just click that   so let me just click on download Android Studio  so it will ask you like the terms and conditions   just click on agree and download so this will  also take some time it is about 900 MB in size   so once the download is  complete just click on open so just click on yes and you'll be getting  the Android Studio setup just click on next   and yeah just check this as well Android  studio and Android virtual device this is   also really important so just check it and click  on next this is going to be the default location   I am fine with this and I will click next  Android Studio yeah and I will click install   so it's going to be a pretty  much straightforward installation and click next now and just click on start  Android studio and click on finish so you will   be getting the import Android Studio settings just  click on do not import settings and click on OK   and just click on next okay don't send that's  fine I will click next type of setup you want   for Android Studio just click on standard and give  next so this is like the light and the dark mode I   will go with just the dark mode itself and I'll  click next so these are going to be some of the   components that are going to be installed we  have Android emulator I think that is the most   important thing out of all so this is fine  I will just click on next and this is some   of the license agreement that we need to do so  just click here and click on accept after that   you have to click on this Intel Android and  as well click on accept and click on finish   so now I will it will take a long time to download  all the necessary components so just be patient   so once all the necessary components  are downloaded just click on finish   so once you are done installing Android Studio  you'll be getting an interface like this but   before creating a new Android project let's first  go and download and install Java so just go to   Google and type Java jdk download and you will  be getting the first link as Java downloads just   click that it is from oracle.com and here we will  be having Java 20 and Java 17 and Java 20 is the   latest version of java the latest jdk version so  you can just go here scroll down you'll be having   it for different operating systems we are going  to download it for Windows just click on Windows   and here you will be having MSI  installer so just click on that   so it is about 158 MB in size  so just be patient till that   so once the download is complete just click  on open you have to click on next and you   can just change the location if you want to the  default is fine for me so I'll just click on next   so the installation will begin that's it so once  the installation is complete you will be getting   this successfully installed message just click  on close so now we need to add our Java path   to the environment variables all right so just  go to the folder where you have installed Java   so by default it's going to be C program  files Java jdk 20 and you will be having   this bin thing so you need to copy the till bin  folder just Ctrl C just go to search and type   environment you'll be getting the edit the system  environment variables option just click on open   and in this you'll be having here environment  variables click that and under system variables   just click on path edit you need to click on  new and you'll just paste this all right you   have to have till bin folder and just click on  OK everywhere now just open your command prompt   just zoom it so we need to run the command Java  --version and hit enter so here you can see that   I'm getting Java 20 which is the latest version  of java that we have installed right now so   you'll be getting this message if you have done  the installation process in a perfect way so in   case we aren't getting this you must have made a  mistake in the path so just try checking that path   so now we have successfully installed  Java so now let's go and create our   first Android app so let's just  open Android Studio so just open it and here we'll be having this new project Okay  click that and let me just go with the basic   activity okay just click next so these are the  details that we need to give before creating our   first Android project first let's begin with the  name I will just name this as first project in   camel cases and automatically you'll be getting  the package name and this is the location if you   want to change the location you can just browse  and change this that's totally up to you and the   most important thing is that language here we  are not going to use kotlin here we are going   to use Java so make sure that you change it over  here and this is the minimum API SDK version this   is absolutely fine and this is you can just  leave it okay and I'll just click on finish so we will be getting our first Android project  and it will take some time generally because this   is the first time we are loading it right  so initially it will take some time to load   yeah these are the tips you can just click on next  step and you can just you know close it at the end   so gradle's project sync in progress so you need  to wait till Gradle build model completes okay   so once the Gradle indexing is done here you won't  be having any progress bar kind of thing so we   will be having our main activity.java this is like  a boilerplate code that Android Studio by default   generates us every time we create a new project  so if I go into this res folder and under Java we   will be having this okay under Java we will be  having Main identity.java and we need to go to   Res and under that you will be having layout and  here you will be having activity main.xml file so   this is the corresponding XML file for this main  activity okay so in Android Studio we'll be having   XML as well as Java file so XML is basically used  to create like the interface and you will just map   that with Java code okay so it's a combination  of both so this is also a basic template that   Android Studio creates automatically so now  let's see how we can run this particular app   in our emulator so for this just go here you'll be  having something called as device manager alright   select that and here we will be having virtual  and physical you need to go to Virtual need to   click on create device and you need to select  phone or tablet depending upon your use case I   will select phone and let me go with pixel 4  and you want to select that and to click on   next and here you need to select the required  Android version okay so these are basically   Android we have the Android Oreo Pie queue so  here you'll be having a download icon so I'm   going to just click on this and wait till the  download gets completed so once it is done you   can just click on finish so I'll be going with  r if you want you can download anything so I'll   just go with this R thing and just click on next  and after this you have the landscape or portrait   you can even name your device so I am fine with  this default options I'll just click on finish   so once you're done your device will be appearing  over here and you will be also getting that   particular device name here alright you'll be  having it in the Run thing over here so we need to   select that device just go here I'm going to click  that device and you have to click on this run app so it will take some time if you're  running it for the first time   so here you can see my device is  now starting and will take some   time to load so it is Google pixel 4  the one which we downloaded earlier and here you can see we are getting this app  right over here Hello first fragment next we   will be getting that over here and I'm getting  a pop-up message saying launch succeeded so this   is basically how you download and install Android  studio and set up Java and run your fast Android   app in emulator so I hope you would have found  this video useful do check the playlist of my   channel I've done a lot of programming videos  by using C C++ Java python node.js react JS   mongodb MySQL and spring boot CRUD operations  check them out subscribe me thanks for watching
Info
Channel: United Top Tech
Views: 21,792
Rating: undefined out of 5
Keywords: download android studio for windows 11, download android studio for windows 10, download android studio java, install android apps on windows 10, Android studio, android studio tutorial, android studio tutorial for beginners, android studio installation windows 10, android studio installation windows 11, android studio app development, android studio setup for java, android studio download and setup, download and install android studio on windows 10
Id: DHmEDy7tD6U
Channel Id: undefined
Length: 9min 9sec (549 seconds)
Published: Wed Aug 30 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.