0% found this document useful (0 votes)
68 views1 page

Flutter Installation

This document provides a step-by-step guide for installing Android Studio and Flutter, including setting up the SDK and configuring system variables. It also details how to create a new Flutter project in Visual Studio Code and add an emulator in Android Studio. Additionally, it instructs on enabling USB debugging for device testing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views1 page

Flutter Installation

This document provides a step-by-step guide for installing Android Studio and Flutter, including setting up the SDK and configuring system variables. It also details how to create a new Flutter project in Visual Studio Code and add an emulator in Android Studio. Additionally, it instructs on enabling USB debugging for device testing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

install android studio


[Link] flutter (web->get Started->windows->android->download and install-
>download .zip)
[Link] android studio (inside ,Welcome to android studio-> more actions-> SDK
manager->SDK platform offers many operating systems for emulator & SDK tools
provides )
from SDK platforms choose API 35
from SDK tools check [Link] SDK BuildTool-35 [Link] 3. Android SDK
commandLineTool [Link] emulator
[Link] emulator hypervisor driver 6. Android SDK platform
tools
then apply->SDK component installer(wait till installation)

[Link] flutter sdk-> inside, there will be a 'flutter' folder,copy it---->make


src folder in C drive, paste flutter there-> copy bin path(C:\src\flutter\bin)
i.e.C Drive->src->flutter->bin(copy path)

now paste this path in System variables->path(dont remove bin)

[Link]-> flutter --version


flutter doctor (shows which required components and tools are installed or
not )
Red Visual studio -- we dont need it,heavy and only for
show dekstop applicaton
licence warning-- copy and paste that command,then accept
all licences
if error: SDK manager not found-- this require a setting
of path(ask to mentor)

7. VsCode->Extentions->flutter(install)

8. VsCode--> view--> command pallet-->Flutter:new Project-->choose as per your


need(Applicaton/Empty/skeleton)

[Link] add new emulator follw steps:


Android studio -> more Actions -> Android virtual device -> click on + sign ->
select h/w devide -> select android os->finish

[Link]->about device->version->Build Number click 5 time


settings-> developer option->USB debugging Enable (jevha aapn thirdparty
application run karto,tevha ha flag enable lagto)

You might also like