0 1 00:00:08,220 --> 00:00:16,760 So now we're going to download Android Studio. Υou just go to developer dot Android dot com slash studio 1 2 00:00:17,240 --> 00:00:22,420 or just google download Android Studio and you'll be redirected to this page. 2 3 00:00:22,610 --> 00:00:27,220 Then depending on your operating system you'll be given a download button. 3 4 00:00:27,500 --> 00:00:32,750 Read the terms and conditions accept the terms and conditions and click download for your operating 4 5 00:00:32,750 --> 00:00:34,510 system. 5 6 00:00:34,590 --> 00:00:39,180 In the case of Linux we're going to open with an archive manager. 6 7 00:00:39,180 --> 00:00:45,410 Give it time to download. OK, once it downloads we're going to extract the content. 7 8 00:00:45,530 --> 00:00:51,710 Again this is on Linux if you're doing the same on Windows it's much more straightforward. 8 9 00:00:51,710 --> 00:00:54,880 You'll have an installer with a wizard and that will do everything for you. 9 10 00:00:56,750 --> 00:01:03,290 Also if you're running on Linux, particularly in a 64 bit environment make sure you have all the prerequisites 10 11 00:01:03,290 --> 00:01:07,620 installed, as listed on their site. OK. 11 12 00:01:07,620 --> 00:01:15,640 Now we're going to extract the content into, we want to place in user slash local that requires permissions. 12 13 00:01:15,870 --> 00:01:21,780 Let's just put it in the downloads folder for now and then we'll just move it to the user slash local 13 14 00:01:21,780 --> 00:01:31,860 later. Ok and extract it to your downloads or home location. Extract. Now open your terminal and go to 14 15 00:01:31,860 --> 00:01:33,570 the location where you downloaded it. 15 16 00:01:34,500 --> 00:01:41,300 And we want to move the Android Studio folder to user slash local or wherever you prefer to have your 16 17 00:01:41,300 --> 00:01:43,080 applications. 17 18 00:01:43,180 --> 00:01:47,350 In our case we're just going to move it to user slash local. 18 19 00:01:47,510 --> 00:01:51,550 Make sure to move with Sudo, OK that's it. 19 20 00:01:52,370 --> 00:01:59,570 Now let's go to the Android Studio folder so user slash local slash Android Studio. 20 21 00:01:59,570 --> 00:02:05,060 And within this folder you're going to have another folder bin. Go into the bin and you're going to 21 22 00:02:05,060 --> 00:02:13,710 have a script studio .sh so to run Android Studio just run dot slash and studio.sh 22 23 00:02:13,740 --> 00:02:18,150 Once you run studio.sh, 23 24 00:02:18,210 --> 00:02:24,070 you can decide whether or not to send usage statistics to Google. In this case 24 25 00:02:24,080 --> 00:02:29,900 we're not going to send it but it's up to you. Then just give it time to open and it will guide you with 25 26 00:02:29,900 --> 00:02:31,360 a wizard to the next steps.