All language subtitles for 007 Starting the Emulator_en

af Afrikaans
sq Albanian
am Amharic
ar Arabic
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
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 Download
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,560 --> 00:00:03,830 In the last section, we finished up the installation of this system image. 2 00:00:03,850 --> 00:00:09,250 So this is the actual copy of Android that is going to be running on our emulator on. 3 00:00:09,260 --> 00:00:13,850 Now, select the image that I just downloaded a click on next and then finish. 4 00:00:15,480 --> 00:00:19,320 Now, when you cook and finish, it might just hang for a minute or two, which is totally fine, and 5 00:00:19,320 --> 00:00:22,510 then you'll see the new emulator that we just put together up here, right here. 6 00:00:22,860 --> 00:00:27,840 Now, I have to just because I already previously had one emulator going, I just created another one 7 00:00:27,840 --> 00:00:29,230 to walk this process with you. 8 00:00:29,940 --> 00:00:33,930 So now to start up the emulator, I'll find the play button on the far right hand side. 9 00:00:34,960 --> 00:00:38,090 Now click that and then it's going to start the emulator up. 10 00:00:38,680 --> 00:00:43,810 So here's the emulator window and I'll very quickly see the application or see the Android operating 11 00:00:43,810 --> 00:00:45,340 system start to boot up inside there. 12 00:00:46,180 --> 00:00:47,500 So now all that is starting up. 13 00:00:47,830 --> 00:00:51,970 I'm going to flip back over to my terminal and we're going to start it on the process of actually booting 14 00:00:51,970 --> 00:00:56,060 up our flutter application and getting it to run on this device over here. 15 00:00:56,920 --> 00:01:01,900 So back inside my terminal window, I'm going to first run a command to make sure that our installation 16 00:01:01,900 --> 00:01:06,310 process is pretty much where we expect it to be, which is essentially complete. 17 00:01:07,490 --> 00:01:13,040 So to do so, I'm going to run a command flutter doctor, doctors, a command that's going to take a 18 00:01:13,040 --> 00:01:17,900 look at some different aspects of flutter on your machine and make sure that everything is set up and 19 00:01:17,900 --> 00:01:18,550 ready to go. 20 00:01:19,600 --> 00:01:25,360 So I'll run this, and that's going to pronounce some status information and you'll notice that we see 21 00:01:25,360 --> 00:01:28,640 first right here flutter, that means that we have successfully installed a flutter. 22 00:01:29,320 --> 00:01:33,460 You'll notice that for me there is a exclamation point next to Android toolchain. 23 00:01:34,120 --> 00:01:38,530 So the exclamation right here means that we still have a little bit of work to do to actually set this 24 00:01:38,530 --> 00:01:38,900 thing up. 25 00:01:39,790 --> 00:01:45,460 The message says to resolve this issue, you have to run the command, flutter Dr Dash, dash, android, 26 00:01:45,460 --> 00:01:46,660 dash licences. 27 00:01:47,050 --> 00:01:48,220 And so we'll do that right now. 28 00:01:48,640 --> 00:01:53,380 I'm going to run that command, so I'll just copy that, paste it down here again. 29 00:01:53,380 --> 00:01:56,380 Flutter Dr Dash, dash android dash license's. 30 00:01:57,460 --> 00:01:58,120 I'll run it. 31 00:01:59,680 --> 00:02:03,580 And then we're going to see a couple of, like, little thingamajigs down here, say, hey, do you 32 00:02:03,580 --> 00:02:04,480 want to accept this? 33 00:02:04,970 --> 00:02:07,270 So you're just going to say why and enter? 34 00:02:07,270 --> 00:02:08,080 Why Dementor? 35 00:02:08,080 --> 00:02:08,770 Why the venture? 36 00:02:08,770 --> 00:02:09,539 Why the venture? 37 00:02:09,820 --> 00:02:10,900 And that's pretty much it. 38 00:02:11,590 --> 00:02:14,110 So we can now run flutter doctor again. 39 00:02:15,690 --> 00:02:20,210 Now we should see flutters, good to go, Android Toolchain is good to go, Android Studio is good to 40 00:02:20,210 --> 00:02:20,480 go. 41 00:02:20,480 --> 00:02:28,130 And we have a connected device which now run flutter devices and it will print out the name of the Android 42 00:02:28,130 --> 00:02:30,500 device that Flutter is going to try to run itself on. 43 00:02:31,280 --> 00:02:33,470 So the Android emulator is listed right here. 44 00:02:33,470 --> 00:02:37,190 So I think we're ready to actually test this out and start out that application that we had previously 45 00:02:37,190 --> 00:02:39,500 generated using the flutter command line tool. 46 00:02:40,250 --> 00:02:43,340 Now, in my terminal, you'll notice that I'm inside of that pix directory. 47 00:02:43,670 --> 00:02:48,290 That is the project that we generated like three sections ago using the Flutter SDK. 48 00:02:48,980 --> 00:02:54,050 So make sure that you're inside of that text directory, the directory that we just generated, and 49 00:02:54,050 --> 00:02:59,900 then once you're inside there will run the command flutter run, which is how we boot up, flutter and 50 00:02:59,900 --> 00:03:03,320 automatically deploy the application to the emulator over here. 51 00:03:03,890 --> 00:03:08,540 So we'll execute, flutter, run, and then we're going to see a little bit of installation or setup 52 00:03:08,540 --> 00:03:09,770 processes right here. 53 00:03:09,890 --> 00:03:11,750 Again, it's going to take just a minute or two. 54 00:03:11,750 --> 00:03:16,130 So we'll take another quick pause and then wrap up with the entire installation in the next section. 55 00:03:16,430 --> 00:03:17,630 So I'll see you in just a minute. 5433

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