1 00:00:00,000 --> 00:00:06,500 so now that you've downloaded the android SDK, the next step is to download Eclipse. 2 00:00:06,500 --> 00:00:14,000 which is the development tool that you're gonna use for your android development. so you wanna go to www.eclipse.org 3 00:00:14,000 --> 00:00:21,000 and from the home page here, you wanna click on this big download Eclipse button, and from this download page 4 00:00:21,000 --> 00:00:31,000 we can know choose from a host of different types of Eclipse installations, now to keep it simple we're just gonna download the Eclipse IDE for java developers 5 00:00:31,000 --> 00:00:41,000 which is kind of the basic setup for doing java development, now the latest version of Eclipse as i'm recording this is Helios which is 3.6.2. 6 00:00:41,000 --> 00:00:50,000 but you can grab what ever the latest version is. now you can see i can download either a 32 bit or 64 bit version for OS 10. 7 00:00:50,000 --> 00:00:59,000 and you ganna wanna obviously download the one that is appropriated for you system, now since i'm using SnowLeopard I wanna get this 64 Bit version. 8 00:00:59,000 --> 00:01:03,700 so now i'm gonna click this now it's gonna take me to the download page. 9 00:01:04,000 --> 00:01:15,500 OK now from the download page, it's asking me to select a mirror to use, so it has selected this one here, so i'm just gonna click this and now it's gonna start downloading this via http. 10 00:01:16,000 --> 00:01:27,000 we can see it's starting to download now it's about 98 MB. but once it downloads then we're now gonna be able to access Eclipse and start our Android development. 11 00:01:28,000 --> 00:01:36,000 OK so the download is complete now the download is actually a tar file so if i go ahead and double click on that it's gonna unarchive it. 12 00:01:36,500 --> 00:01:49,000 now since Eclipse is a java application, everything we need is actually just contained inside of this Eclipse folder so what i like to do is just to drag that and put it in my applications folder 13 00:01:49,000 --> 00:01:57,000 so now if i go to my applications folder, i have my Eclipse folder and then here is the actual application 14 00:01:57,000 --> 00:02:03,900 and it's gonna ask me are you sure you wanna open? yes i do. so it's now gonna open up Eclipse and 15 00:02:04,000 --> 00:02:12,000 this is the splash screen, now it's asking me to select the work space, now work space is where all of your android projects by default are gonna be stored. 16 00:02:12,000 --> 00:02:20,000 so i'm just gonna leave it at the default selection here and i'm gonna check this off to say to use this as the default and don't ask me again. 17 00:02:20,400 --> 00:02:26,000 so i'm gonna click OK, and now it's going to show me the start screen. 18 00:02:26,000 --> 00:02:33,000 now the start screen is kind of an interesting UI here. you don't really need to go to any of these the only one you need to go to is this work bench. 19 00:02:33,000 --> 00:02:39,000 which is where you gonna do your actual android development. and here we are now inside of Eclipse. 20 00:02:39,000 --> 00:02:44,500 you won't see that welcome screen again. so now that you have Eclipse installed the next step is 21 00:02:44,500 --> 00:02:49,000 to install the android developer tools, and we're gonna do that later on in this chapter. 22 00:02:49,000 --> 00:02:50,000 AndroidCode.ir