1 00:00:00,000 --> 00:00:07,000 now that you have the SDK tools installed‭, ‬now we need to actually download each individual SDK component‭.‬ 2 00:00:07,000 --> 00:00:15,000 what i'm gonna do is just to create a shortcut on the desktop to the SDK manager‭. ‬i'm just so happy‭, ‬easy access to it‭.‬ 3 00:00:15,000 --> 00:00:21,000 now one of the important things is that‭, ‬when you lunch the SDK manager‭, ‬you lunch it as an administrator‭.‬ 4 00:00:21,000 --> 00:00:27,000 so to do that on windows here‭, ‬i'm gonna right click and i'm gonna choose run as administrator‭.‬ 5 00:00:32,000 --> 00:00:39,000 and again here we have that choose packages to install‭. ‬but i find it easier to not install through this window‭, ‬so i'm just gonna click cancel 6 00:00:39,600 --> 00:00:41,000 and now we're in the SDK manager. 7 00:00:41,000 --> 00:00:47,000 so now i click to available packages‭. ‬and we're gonna twirl down this android repository‭.‬ 8 00:00:47,000 --> 00:00:53,000 so here we can see each API version and we can download the SDK for that version‭.‬ 9 00:00:53,000 --> 00:01:01,000 now i recommend if you have the time to just go ahead and download everything in this folder‭, ‬we can just click and check off every thing‭.‬ 10 00:01:01,000 --> 00:01:05,000 just because it's gonna be helpful as certain applications you are gonna target 11 00:01:05,000 --> 00:01:12,000 perhaps in different API versions‭, ‬to keep it simple though i'm just gonna download the SDK for gingerbread 12 00:01:12,000 --> 00:01:16,000 cause that's the one we're targeting in this coarse‭, ‬so i'm gonna check that off‭.‬ 13 00:01:16,000 --> 00:01:24,000 now you notice it doesn't says gingerbread here and that's because you need to actually learn‭, ‬which version numbers represent which SDK‭.‬ 14 00:01:24,000 --> 00:01:29,000 so 3.0‭ ‬is actually honey comb which is a new tablet specific OS 15 00:01:29,000 --> 00:01:35,000 here we have android 2.3‭ ‬which is gingerbread‭. ‬2.2‭ ‬which is Froyo‭.‬ 16 00:01:35,000 --> 00:01:39,000 and we have Eclair and then the earlier versions of the SDKs‭.‬ 17 00:01:39,000 --> 00:01:45,000 now the one thing really important to download are the samples for each API version‭.‬ 18 00:01:45,000 --> 00:01:50,000 these contain some great demos created by google which you can open up in the development tools 18 00:01:50,000 --> 00:01:55,000 and really get a sense of how to utilize different parts of the operating system‭.‬ 19 00:01:55,000 --> 00:01:59,000 so again i'm just gonna download them for the gingerbread SDK here‭.‬ 20 00:01:59,000 --> 00:02:05,000 now you'll notice here we have this API 10‭, ‬it's also referenced up here‭. ‬ 21 00:02:05,000 --> 00:02:12,000 so internally in the SDK and also in the development tools each API is referenced by an integer number‭.‬ 22 00:02:12,000 --> 00:02:20,000 and gingerbread is represented by 10‭ ‬so we wanna get the API 10‭ ‬and also the samples for API 10‭.‬ 23 00:02:20,000 --> 00:02:28,000 so with those two selected‭, ‬i'm gonna click install selected‭. ‬and this is just you know asking us to verify‭, ‬just gonna say accept all‭.‬ 24 00:02:28,000 --> 00:02:38,000 and choose install‭. ‬so now it's gonna go ahead and download the SDK‭, ‬the update to the platform tools and also the samples‭.‬ 25 00:02:38,000 --> 00:02:41,000 so once this is done we're gonna go ahead and check out what was downloaded‭.‬ 26 00:02:42,000 --> 00:02:50,000 so now the download has finished‭, ‬so i'm gonna click close‭. ‬and then we can check in installed packages we could see what we have‭.‬ 27 00:02:50,000 --> 00:02:55,400 so basically have the SDK tools which was what we downloaded originally‭ , ‬and we have the platform tools‭,‬ 28 00:02:55,500 --> 00:02:59,000 which are just some additional tools that you're gonna use in development‭.‬ 29 00:02:59,000 --> 00:03:05,000 and then we have the gingerbread SDK platform and then we have the samples for gingerbread 30 00:03:05,000 --> 00:03:09,100 so with this point now‭, ‬we've downloaded everything we need‭, ‬in order to start developing for android‭.‬ 31 00:03:09,200 --> 00:03:11,000 AndroidApp.blog.ir