How to Install Android Studio on Windows 11 [2023 Update] Giraffe | Create & Run First Android App

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hey guys welcome back to my channel in today's video I'm going to show you installation of Android Studio on Windows machine also I will be showing you how to run first Android application so let's start the video so guys you can open any of your favorite browser and just search for Android Studio download and guys here you can see the official website you can just click on this link it will redirect you to this page here you can see it's showing me get an official ID you need to click on this download button and guys you will see license and agreement page over here just scroll down and click on this check box and this button so guys here it's showing me some message I'm going to click on dismiss button and you can see here my download has been started and guys it is going to take time so please wait and guys remember one thing here you need strong internet connection because we need lots of download now to install I am clicking on this exe let me minimize my browser guys and now here I'm going to click on next button on this welcome screen now here choose component it is showing me Android virtual devices so if you want to run your Android app your application so you need some devices so if you are not connecting to physical devices then you need to install virtual devices so uh your application will be run on Virtual devices so you need to click on next button by checking this install virtual devices and guys here it's showing me the installation location this is the path where your Android studio will be installed so you need to just click on this next button and guys here it will be added to start menu folder yes that is okay just click on install button so it will start installing your Android Studio so again it will take a while so please wait for it okay guys so you can see my installation is done here it's showing me completed I have to click on this next button and now guys here it's showing me Android Studio has been installed on your computer and the check mark is there that is starter Android Studio so yes I want to start the Android Studio we need to click on this finish button okay guys now here you don't need to do anything just click on OK button so do not import the settings and click on OK button and here you have to select don't send so it is some statistic just click on don't send so guys this is welcome screen of Android studio and here you need to click on this next button and now here from the installation type we are going to select standard installation and click on next button now here it's showing me what theme so we have dark theme and light theme so I'm going to take Dark theme and click on next button now this is verify setting so all the information are shown over here like your SDK information your virtual devices information all the information are shown over here so a letter on your SDK as well as virtual devices will be installed so just click on next button and here we have to agree the licenses so three licenses are there you have to select one by one and click on accept button unless you select all you won't be getting finish button so now click on finish button guys so now it is downloading what my virtual device is so hence I am saying you need strong connection we required installation of three things like Android Studio installation and then installation of virtual devices and installation of SDK okay like so it will take a while so please wait you have to be patient while installing Android Studio it takes I think around half an hour for completing all the installation if your internet is good it could be faster before half an hour also it could be completed so guys now this is done now my installation of Android virtual devices is done here it's showing me this information I need to just click on this finish button okay so guys after this it is showing me this studio welcome to Android studio and here we have option for projects plugins so I'm going to take option projects and here I'm going to click on new project because I want to create a new project okay so now guys here it we have various options templates available whether you are creating for phone tablet or TV so we are creating for phone and tablet and then from here we have to select what empty activity okay and click on next button now guys here we have to provide various information such as name of the application package name so name of the application I've given first app in package I'm just providing CS Corner instead of example and guys this is a location where my Android application will be created so if you wish to change you can click on this folder I can and change I am taking the default one and now guys here we have minimum SDK so by default it is showing me API 24 and Android 7. so minimum SDK means what minimum SDK it should be there if 7 should be there so guys here minimum SDK it is showing that mean minimum you should have this much if you have greater than this also that is okay so from this drop down you can select different different API and you can select the uh approximately supported percentage like uh what devices are supporting this API so I'm just clicking on learn more and I'm showing over here here it's showing me different Android platform versions API and the percentage distribution so guys if you see the latest Android so the percentage is what less because less devices are supported or created on this Android platform so uh here whatever is there Android platform 7 I'm selecting that because it is supporting around 95.4 percentage device you can take a greater than that also that will be also okay so now here build configuration language default here the language will be kotlin I'm not changing anything I'm just clicking on this finish button okay guys so now after this what it will do it will install your SDK okay so third component installation it started one was Android Studio then virtual device now SDK and guys you can see my SDK installation done I'm going to click on this finish button okay guys so now here you can see my Android Studio has been started it is asking me some permission I'm going to click on this allow access and guys now here you have to wait okay so let it complete entire process then we will start building our project and writing our code because otherwise what will happen you will not get your proper out some of the error will come so let it complete okay guys so my process is completed now here at left side you can see it's showing me my projects and here it's showing me my what uh main activity dot KT file so let me first uh explain you about the folder option the different folders which are created when you create any Android application so guys here you can see we have what my app nothing but my project name and after that guys you can see we have what this folder so after that guys you can see we have manifest file and in many faced file we have what XML file so you can just expand and see the XML and the thing but your uh application information will be there in this XML file and now guys under this Java file we will be having what KT file so whatever is your logic or source code that is going to be in KT file you can create this in Java also for that you have to select different option while creating your project okay so I have created separate video for that you can watch that and so guys uh now here under resources folder let me just expand this resources so whenever you want to have some images or some strings to be created so you can create that in resources folder okay so here we have drawable resource colors resource string and so many resources are there you can explore all this okay guys so my Android virtual devices has already been installed so we will go to this device manager and here you can see it's showing me pixel 3A API 34 extension level so this is my avd on this ABD my application will be run if you are not connecting physical devices so I'm just starting this ABD by clicking on this launch ABD in the emulator so this will not run my application it will just start my ABD okay so guys here you can see my avd has been started so here it's showing me my devices which is running now we will run application on this virtual device okay I have created separate video for how to run your application uh using what a physical devices your actual mobile phone also how you can connect your mobile phone and your Android Studio through Wireless so you can see that video also so guys now here uh we have different options code split and design so code shows your coding part and split shows code as well as design design shows only design part so now here I'm just clicking on this design button so you can see here it's showing me build and refresh so to get the preview we have to do this option so I'm clicking on this link so again guys here you can see waiting for a bill to finish so um it will take a moment and it will show your preview of whatever code is there so now guys you can see it's showing me uh greeting preview so hello Android so in my code we have Android written there so it's showing me that so now uh let me go to the code and let me modify code so instead of hello Android I want Hello CS corner so I'm just changing my code at two places so here in greeting preview I am just putting CS Corner also in oncreate I am putting CS Corner okay now again I'm going to this design and now you can see it's showing me loading so it will be refreshed and it will be shown uh over here in preview part okay so guys you can see it's showing me hello CS corner right now so now what I'll do I'll run my this code on my uh Android virtual devices so here at the top you can see it's showing me my device name that is pixel 3A API 34 so what I need to do I need to just click on this play button okay so again guys it will build and it will install this APK on your virtual devices and if you connect with physical devices the APK will be installed on your um real phone okay so now uh you can see guys I'm getting my expected output hello CS corner so this way guys you can create create projects in Android studio and you can run on emulator so I hope guys by following my video you are able to successfully install Android studio and you are able to run your first app also okay guys so um guys if really my video has helped you then don't forget to hit on like button and if you have any query you can put in comment box and let me know whether you are actually able to follow my video or you will to install Android or not and guys if you are new to my Channel please subscribe to my channel and don't forget to hit Bell icon to receive notifications from my channel I create lots of video related to programming and coding and guys I am sharing my social media Handler in description box you can follow me there also and guys I'm sharing lots of PDF and notes freely on my telegram Channel you can join that also link is in description box so thank you guys for watching my video till end see you in my next video till that bye bye and take care
Info
Channel: CS CORNER Sunita Rai
Views: 64,045
Rating: undefined out of 5
Keywords: android studio, install android studio, download android studio, how to install android studio, android developers, android studio installation windows 10, how to install android on windows 11, how to install sdk in android studio, latest android studio installation, android sdk missing android studio, how to install android studio on windows 10, install android studio on windows 10, android studio dolphin 2022.3.1, android studio installation windows 11 latest version
Id: mqok-U3cmcE
Channel Id: undefined
Length: 12min 58sec (778 seconds)
Published: Sat Aug 12 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.