Install Flutter In Ubuntu Without Android Studio

preview_player
Показать описание
If you want more depth for installing flutter in ubuntu without android studio checkout my medium article at medium:

for Windows:

Note: Please slow down the video if you are troubling with the video speed
Рекомендации по теме
Комментарии
Автор

Thanks a lot for the video bro! 🔥🔥🔥 the only working tutorial on Youtube(for without android studio once). For the people who are following this in 2022, you need to make a couple of changes. 1st, there will be no tools folder under cmdline-tools, so you will have to create one, then move the contents to the tools folder. then you can blindly follow the video. and 2nd thing is, you need to check the latest API level of the current android version(e.g. for android 11, its 30), so you'll have to install build and platform tools of the same version.

sujoyghosh
Автор

Thanks. This helped even in 2023. Just had to modify path a little.

shubham_indalkar
Автор

show this error after enter sdkmanager "platforms;android-28"

Warning: Errors during XML parse:
Warning: Additionally, the fallback loader failed to parse the XML.
Warning: Failed to read or create install properties file.

how fix this ?

OsIT-id
Автор

how to you set sdkmanager?
cmd terminal show "sdkmanager : command not found"

Where can i found it?

yvonsmedesse
Автор

Hello brother, I get this error, how can i solve that


sdkmanager
Warning: Failed to find package '“system-images'
android-23: orden no encontrada ] 10% Computing updates...

Orden «default» no encontrada. Quizá quiso decir:

la orden «defaults» del paquete deb «gnustep-base-runtime (1.26.0-7)»

Pruebe con: sudo apt install <nombre del paquete deb>


Orden «x86_64”» no encontrada. Quizá quiso decir:

la orden «x86_64» del paquete deb «util-linux (2.34-0.1ubuntu9.1)»

Pruebe con: sudo apt install <nombre del paquete deb>

joseluisramirez