1 00:00:01,130 --> 00:00:06,800 There are several Android emulators and Idy, most popular among them is the Android studio. 2 00:00:07,370 --> 00:00:11,630 The Android studio is the official ID for Android application development. 3 00:00:11,630 --> 00:00:15,080 Eclipse used to be the ID for Android application development. 4 00:00:15,230 --> 00:00:17,710 Now, a lot of people actually use the Android studio. 5 00:00:17,720 --> 00:00:21,770 Now, you can download this application from the link that I am showing on my screen. 6 00:00:22,100 --> 00:00:24,950 Once you download the Android studio, then you run the installer. 7 00:00:25,190 --> 00:00:29,950 So you will be asked to either import the settings from a previous version of the studio. 8 00:00:29,960 --> 00:00:33,470 In my case, I didn't have a previous version installed on my system. 9 00:00:33,890 --> 00:00:34,670 Click next. 10 00:00:34,910 --> 00:00:39,320 Then you select the install type and in my example, I have used the standard installed. 11 00:00:39,470 --> 00:00:45,050 Once you verify the settings, the installer will download that latest SDK component and the emulator 12 00:00:45,050 --> 00:00:45,590 itself. 13 00:00:45,860 --> 00:00:51,620 Once it's finished, you will see the welcome screen and then you actually start your new Android studio 14 00:00:51,620 --> 00:00:52,150 project. 15 00:00:52,160 --> 00:00:52,990 So let's start. 16 00:00:53,450 --> 00:00:59,120 So you enter an application name and the company domain, you can also modify the project location. 17 00:00:59,240 --> 00:01:02,440 In my case, I am actually leaving it to the default parameters. 18 00:01:02,690 --> 00:01:06,450 Then you select the form factor that your app will actually run on. 19 00:01:06,890 --> 00:01:09,740 So in my case, I am selecting a phone and tablet. 20 00:01:09,980 --> 00:01:12,290 You can also specify the minimum as to give. 21 00:01:12,740 --> 00:01:18,460 And in here I have selected Android seven one one, but you can select what is in it as well. 22 00:01:18,470 --> 00:01:19,940 It's completely up to you. 23 00:01:20,150 --> 00:01:23,500 Then the Android studio will then install all the required components. 24 00:01:23,810 --> 00:01:27,560 Now you can add different components or activities to your application. 25 00:01:27,560 --> 00:01:33,020 There you can actually see the different internal and external libraries that are available for you 26 00:01:33,020 --> 00:01:34,670 to start building your application. 27 00:01:35,000 --> 00:01:40,460 I know that this is not an Android application development course, but getting feminised with the studio 28 00:01:40,460 --> 00:01:41,360 won't hurt you. 29 00:01:41,750 --> 00:01:46,970 And it is also important for you to actually see how applications are constructed under the hood so 30 00:01:46,970 --> 00:01:52,340 you can understand the security or the lack of security of those applications or the actual component. 31 00:01:52,670 --> 00:01:57,000 Now, this is really good, not only for PANTHEISTIC, but also for security research. 32 00:01:57,170 --> 00:01:59,240 Now let's see how to create an emulator. 33 00:01:59,510 --> 00:02:05,630 Click the equity manager icon at the top of the studio, the interface and then click on Create Virtual 34 00:02:05,630 --> 00:02:06,110 Device. 35 00:02:06,390 --> 00:02:08,060 Then you choose a device definition. 36 00:02:08,060 --> 00:02:13,580 You have many different options to emulate, from phones to device to wearable devices like smart watches 37 00:02:13,580 --> 00:02:14,390 and so on. 38 00:02:14,570 --> 00:02:19,940 And then once you actually choose the device a definition, then you accept the license in terms of 39 00:02:19,940 --> 00:02:21,830 all the components that will be installed. 40 00:02:22,220 --> 00:02:27,530 Now, in this case, I selected the big cell phone and now I am renaming it to Shubham. 41 00:02:28,010 --> 00:02:28,940 And there you go. 42 00:02:29,210 --> 00:02:34,550 You have a fully functional phone and now you can actually start playing around with this virtual form, 43 00:02:34,640 --> 00:02:38,000 just as if you will be playing with a real physical device. 44 00:02:38,090 --> 00:02:40,040 OK, so that's it for this tutorial.