All language subtitles for 018 Mac Setup Step 3 - Install the Android Emulator.en_US

af Afrikaans
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French Download
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,480 --> 00:00:00,790 All right. 2 00:00:00,810 --> 00:00:07,290 Now in the last lesson, we installed and set up Android Studio to be able to start creating Flutter apps. 3 00:00:07,290 --> 00:00:14,640 And, in this lesson, we're going to show you how you can run this sample Flutter app, the Flutter demo, as 4 00:00:14,760 --> 00:00:16,050 a Android app. 5 00:00:16,500 --> 00:00:22,980 So first thing that we need to do, is to go into the Android virtual device manager. So you can locate 6 00:00:22,980 --> 00:00:25,380 it under this button right here. 7 00:00:25,380 --> 00:00:30,350 Alternatively, you can find the virtual device manager under the Tools menu here. 8 00:00:30,540 --> 00:00:38,910 And once that opens, we get to create a new virtual device. Be it a watch or a phone or a tablet. 9 00:00:38,910 --> 00:00:44,790 Now, I know that some of you guys have slightly all the devices, and the Android emulator is known to 10 00:00:44,790 --> 00:00:46,890 be quite a resource hog anyways. 11 00:00:46,920 --> 00:00:55,110 So my recommendation is to select the Nexus 6 as your chosen device, because this will allow us to easily 12 00:00:55,110 --> 00:00:59,400 accelerate it using hardware acceleration which I'll show you a little bit later on. 13 00:00:59,400 --> 00:01:02,970 So once you've selected your device, go ahead and click next. 14 00:01:03,090 --> 00:01:08,380 And now you get to specify which operating system you want to run on that device. 15 00:01:08,400 --> 00:01:16,380 Now I recommend going for Android P or Pie, and because we don't yet have that operating system downloaded, 16 00:01:16,680 --> 00:01:22,620 we have to click on the download button and this might take anywhere between 5 to 10 minutes, but 17 00:01:22,620 --> 00:01:29,790 once it's done, then we'll be able to equip our new virtual device or emulator with the Android Pie operating 18 00:01:29,790 --> 00:01:31,380 system. 19 00:01:31,440 --> 00:01:38,440 Now once it's done, you can go ahead and click finish, and you'll now be able to choose Android Pie as 20 00:01:38,440 --> 00:01:41,670 the operating system to equip your virtual device. 21 00:01:41,680 --> 00:01:48,980 So let's go ahead and click next. And now we get to either change or virtual devices name, 22 00:01:49,080 --> 00:01:55,880 but the most important thing here is to choose hardware for the graphics. 23 00:01:56,080 --> 00:02:01,310 And this way, we'll be able to use the computer's graphics card for faster rendering. 24 00:02:01,420 --> 00:02:05,440 And this is going to vastly speed up your Android emulator. 25 00:02:05,440 --> 00:02:08,440 So now we're all done and we can click finish. 26 00:02:11,550 --> 00:02:17,370 And now we should see that we have one virtual device that's set up and ready to go. 27 00:02:17,400 --> 00:02:21,600 So in order to launch it, all you have to do is click on this little play button right here. 28 00:02:25,580 --> 00:02:30,460 And once it's done launching, here's our brand new Nexus device. 29 00:02:30,500 --> 00:02:37,400 So in order to test it, we're going to use that app that was created by the Flutter team, and we're going 30 00:02:37,400 --> 00:02:40,950 to run it onto our new Android virtual device. 31 00:02:40,970 --> 00:02:46,910 So in order to select the virtual device, we're going to go over here, and we're going to select the Android 32 00:02:46,910 --> 00:02:50,330 SDK that is going to be the target. 33 00:02:50,390 --> 00:02:59,540 And now we can click on the play button to run this code onto our Android emulator. 34 00:02:59,600 --> 00:03:03,650 Now you can watch as it goes along its different stages of building. 35 00:03:04,010 --> 00:03:10,100 Now the initial part takes a little bit longer but it will usually be done within 5 to 10 minutes 36 00:03:10,160 --> 00:03:13,880 and you can watch its progress down here. 37 00:03:13,880 --> 00:03:20,390 Now once your patients has been sufficiently tested, the app will load and you should be looking at the 38 00:03:20,450 --> 00:03:26,030 Flutter demo app here and all it does is keep count of how many times you push this button. 39 00:03:26,030 --> 00:03:30,930 So every time you push it, the number goes up and that's all it is. 40 00:03:30,980 --> 00:03:37,320 But this is just here to demonstrate that we've actually got our Android Studio installed and set up, 41 00:03:37,640 --> 00:03:42,980 we've got the Flutter SDK installed and we've now also got the android emulator up and running. 42 00:03:43,430 --> 00:03:47,330 So all we have to do is to setup the iOS part of things. 43 00:03:47,360 --> 00:03:53,090 So in the next lesson, we're going to look at how we can install Xcode and setup Flutter to work for 44 00:03:53,090 --> 00:03:54,020 the iOS platform. 4820

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.