1 00:00:00,000 --> 00:00:07,000 so the first thing you need to download in order to start developing for android, are the android SDK tools. 2 00:00:07,100 --> 00:00:12,000 so we go to developer.android.com/SDK 3 00:00:12,100 --> 00:00:16,000 that will let you download the android SDK manager 4 00:00:16,100 --> 00:00:20,500 and you wanna choose the one obviously for your operating system. now since i'm on mac here 5 00:00:20,500 --> 00:00:26,000 i'm gonna choose this zip file, and i'm gonna download it, it's about 27.5 MB 6 00:00:26,100 --> 00:00:31,000 and this includes a set of tools that you're gonna use throughout your time developing for android 7 00:00:31,100 --> 00:00:37,000 and most importantly it includes the sdk manager, which is a tool that allows you to 8 00:00:37,100 --> 00:00:41,000 download and install different components that make up the android system 9 00:00:41,100 --> 00:00:45,000 so if i double click to go to in this folder, we can see we have a tools folder here 10 00:00:45,100 --> 00:00:51,000 and inside of here we have an application called aneroid, which is the actual SDK manager 11 00:00:51,100 --> 00:00:58,800 so we're gonna navigate there, using a terminal window, so i'll go to spotlight and open up terminal 12 00:00:58,800 --> 00:01:03,000 and this puts me into my user directory, so i'm gonna go into downloads 13 00:01:03,100 --> 00:01:12,000 android-sdk-mac_x86 and then into the tools folder. 14 00:01:12,100 --> 00:01:18,000 now in order to lunch this on mac, i'm gonna do : ./android 15 00:01:20,100 --> 00:01:23,000 and now, this is gonna lunch up the android SDK manager 16 00:01:23,200 --> 00:01:26,500 now this is also where we're gonna be able to create emulators 17 00:01:26,500 --> 00:01:30,800 and setup various settings about our android development environment. 18 00:01:30,800 --> 00:01:32,000 AndroidApp.blog.ir