How to Install and Setup Flutter for App Development on Mac - Part 3

preview_player
Показать описание
How to install and setup Flutter on Mac - Part 3

In this series, we introduce you to the joys of working with Flutter and Dart to build iOS and Android apps with just one codebase and only one programming language.

Limited time only, get the full course for just $10!
Рекомендации по теме
Комментарии
Автор

For those who get a error when starting.. run flutter doctor --android-licenses in your terminal and accept the license

edwinboon
Автор

Pls Help
2:19
when I click on the play button to lunch it it tell me (AVD Manager)(Unable to lacate adb)
any solutions?

ztx-znuv
Автор

you are really great, and I love how you you explain and narrate

samuelendale
Автор

is anyone else having the problem where your environment cant access the emulator

nicholasbenjamin
Автор

I downloaded and set up the Flutter SDK running flutter doctor, but after installing Android Studio and the Flutter plugin, it said "The current configured Flutter SDK is not known to be fully supported. Please update your SDK and restart IntelliJ." I have the latest version of Flutter as of today though (2.0.1). Any clues to help?

Tiesthatbindus
Автор

Having a problem where it says "unable to locate adb". Can anyone help? Thank you.

samsilvaluebinder
Автор

For some reason it says no devices where she selects android (left of main dartj

m
Автор

Amazing, thank you for this great tutorial.

_sbu
Автор

Android SDK(adjacent to main.dart) is not loading and it's showing no connected devices in the android studio (when I run the app) but in the terminal, it's showing the device is connected, please help! Thank you for sharing the Tutorial BTW awesome work!!

mjndl_
Автор

Please review your Gradle project setup in the android/ folder.
getting this error...what to do?

rahulsrivastava
Автор

I get aosp on ia emulator instead of sdk thing for the Nexus device

ayushmahapatra
Автор

im using mac os Bigsur with chip M1, when i follow that video until make emulator using virtual device, to make that happen it takes to long then come crash

abiyanbagusbaskoro
Автор

i have mac 10.11.6 and i have installed android 10, i have tried a lot of emulators and nothing worked, the emulator seuss an error.

baadrqaaba
Автор

If i wanna to downlaod the downloading components i‘m still waiting since 15 Minutes do you have any advices ???

INTERNANDRE
Автор

For all those who are having this issue:
FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task
> Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;28.0.3 Android SDK Build-Tools 28.0.3
platforms;android-28 Android SDK Platform 28
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.

Using Android SDK:

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.


BUILD FAILED in 3s
Exception: Gradle task assembleDebug failed with exit code 1

open command prompt and run "flutter doctor--android-licenses" and then press y for every agreement!

rohanverma
Автор

When I launch the emulator I get the error: unable to locate adb".

DenZuck
Автор

Thanks for this, that's very useful. However, I wish you would have given more information on the device (i.e. Nexus 6 rather than a more recent Android device) and the version of Android (i.e. Pie rather than Q). Indeed, I have set up Pixel 3 XL with Q (together with Hardware graphics, which was your reason for going with the Nexus 6), and it's all working fine. So, not sure why Nexus 6 with Pie...?

P.S.: it would have been nice to have one "big" video rather than several small ones...

alangarny
Автор

1) When I run flutter doctor, it says that Flutter and Dart plugin are not installed even though they are. Anybody know why?
2) Is it related to adb not located when I press the play button for the virtual device? But when I run the main.dart, the emulator works so I'm not sure if that's an issue.
*This is happening on both my Mac and Windows, am I maybe missing a step during installation?*

claudiatong
Автор

Thank you for such an informative video, could you help me solve this issue i've run into?


I received this msg after running the flutter demo app.


FAILURE: Build failed with an exception.


* What went wrong:
Could not determine the dependencies of task
> Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;28.0.3 Android SDK Build-Tools 28.0.3
platforms;android-28 Android SDK Platform 28
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.


Using Android SDK: /Users/Library/Android/sdk


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.




BUILD FAILED in 939ms
Finished with error: Gradle task assembleDebug failed with exit code 1

julienlepichon
join shbcf.ru