1 00:00:00,000 ­­¾ 00:00:05,000 so the first step in setting up your development environment is to download the android SDK 2 00:00:05,100 ­­¾ 00:00:10,000 so you can see here from the SDK page, i have options for windows, mac and linux 3 00:00:10,100 ­­¾ 00:00:15,000 in this first movie we're gonna focus on windows. now you have 2 options here: 4 00:00:15,100 ­­¾ 00:00:22,000 you can download the .zip file or you can download an installer, now it's definitely recommended to download the installer 5 00º00:22,100 ­­¾ 00:00:26,000 because it does a lot of things behind the scenes to setup your system for you. 6 00:00:26,100 ­­¾ 00:00:34,000 so i'm gonna click on this and it's now downloading and when it's finished we're going to install the SDK tools. 7 00:00:34,100 ­­¾ 00:00:41,000 ok so it's finished downloading, now again depending on which browser you're using, it's gonna download to a different location 8 00:00:41,100 ­­¾ 00:00:47,000 i'm in google chrome here so i'm going to my downloads folder and we can see the installer 9 00:00:47,100 ­­¾ 00:00:51,000 so i'm just gonna go ahead and run that, to start the insulation process. 10 00:00:51,100 ­­¾ 00:00:53,000 so we're gonna go through we're gonna click next 11 00:00:53,100 ­­¾ 00:00:59,000 now one of the things we can see here that it tells us is it hasn't found the java development kit. 12 00:00:59,100 ­­¾ 00:01:09,000 so we need the java development kit in order to use the android SDK, so lets go ahead and do that next, so we're gonna visit java.oracle.com 13 00:01:10,100 ­­¾ 00:01:19,000 and what we're gonna want is the java JDK so i click JDK here, the JRE is not enough for android development we're actually need the JDK 14 00:01:19,100 ­­¾ 00:01:27,000 and you're gonna choose obviously the one for your platform, so i'm running windows 7 64bit, so i'm gonna click this 15 00:01:27,100 ­­¾ 00:01:31,000 and we must accept the licensee agreement. so let's go ahead and do that 16 00:01:31,200 ­­¾ 00:01:34,000 and let's just go ahead and download that. 17 00:01:34,100 ­­¾ 00:01:42,000 ok so it's finished downloading so i'm gonna go back to my download's page here and we're going to install the JDK. 18 00:01:45,100 ­­¾ 00:01:51,000 and we'll click next, and we're just gonna let everything at the default,we're not gonna go in and uncheck certain features 19 00:01:51,100 ­­¾ 00:01:55,000 just say for install everything, now so we will for this to install. 20 00:01:56,100 ­­¾ 00:02:01,000 ok so now it's asking us where we're wanna save this to, i'm just leaving it at the default here. 21 00:02:01,100 ­­¾ 00:02:06,000 click next and now it's gonna take us through the installation process. 22 00:02:07,200 ­­¾ 00:02:12,000 ok so now we can see the the JDK has been successfully installed. so i'll click finish. 23 00:02:16,100 ­­¾ 00:02:20,500 we probably gonna have to restart this, actually lets just click back.and then we can click next 24 00:02:20,600 ­­¾ 00:02:25,000 and now we can see the JDK has been found, click next again. 25 00:02:25,100 ­­¾ 00:02:32,000 now it's asking us where we want to install the android SDK tools, again i'm gonna leave it at the default which is in 26 00:02:32,100 ­­¾ 00:02:40,000 program files, android and android SDK, just again leave everything at the default. 27 00:02:41,100 ­­¾ 00:02:48,000 and click next , and now it's asking us do we want to start the SDK manager. definitely do. so we click finish. 28 00:02:50,100 ­­¾ 00:02:56,500 so when this first pops up. your gonna get this window here. it's actually gonna asks you: which packages to install? 29 00:02:56,600 ­­¾ 00:03:01,000 so for right now just click cancel.because we're gonna come back to that in another movie. 30 00:03:01,100 ­­¾ 00:03:06,500 so what the android SDK tools are? is just that, it's a set of tools that manages 31 00:03:06,700 ­­¾ 00:03:13,000 all of your SDK's platforms and virtual devices other wise known as emulators. 32 00:03:13,100 ­­¾ 00:03:18,000 so you can see here, on your installed packages, so far we only have the android SDK tools. 33 00:03:18,100 ­­¾ 00:03:26,000 so now we don't have any of the actual individual SDKs like : the Gingerbread, Froyo, any of those things. 34 00:03:26,100 ­­¾ 00:03:33,400 we actually have to download those separately. a quick walk through here, we have virtual devices, again which are emulators 35 00:03:33,500 ­­¾ 00:03:39,600 which we can create for you know different sizes , different target at platforms 36 00:03:39,700 ­­¾ 00:03:45,400 available packages : this is where we can download specific android SDK versions 37 00:03:45,500 ­­¾ 00:03:51,500 so here we can see the Gingerbread SDK which is the one we're gonna targeting in this coarse 38 00:03:51,600 ­­¾ 00:03:56,500 you can download samples and other things,again we're gonna get these in another movie. 39 00:03:56,600 ­­¾ 00:04:05,000 and then we have settings here : one of the things you should have check off is force https, so we're gonna click that and there we go 40 00:04:05,100 ­­¾ 00:04:11,000 so again that's all we have to do to install the android SDK tools on windows 41 00:04:11,100 ­­¾ 00:04:12,000 AndroidApp.blog.ir