AVD without android Studio | Android emulator without an Android Studio | Flutter Tutorial #6
Описание
AVD without android Studio | Android emulator without an Android Studio
How To Install Android Emulator Without Installing Android studio
Android emulator using command line
flutter emulator vscode without android studio
This video give complete guide to create and run android emulator without an Android Studio, please watch all the steps properly.
Install the build tools:
sdkmanager "build-tools;30.0.0"
Install the platform:
sdkmanager "platforms;android-30"
Add system image:
sdkmanager "system-images;android-30;google_apis;x86_64"
Creating the AVD:
avdmanager create avd --name "MyAvd" --package "system-images;android-30;google_apis;x86_64"
List emulator in computer:
emulator -list-avds
Running the emulator
emulator -avd MyAvd
(MyAvd is the name of emulator that we have created)
The software needed are:
1) Open JDK 8
2) Flutter SDK
3) Android Command line tools
4) VS Code
5) HAXM
Writing first Flutter application:
https://youtu.be/gkHys_4CAuo
Open JDK 8:
https://www.openlogic.com/openjdk-downloads
Download Flutter SDK:
https://docs.flutter.dev/development/tools/sdk/releases
Download Android Command line tools:
https://developer.android.com/studio?gclid=EAIaIQobChMItc6xk96d9gIVhiRgCh18oABbEAAYASAAEgLtB_D_BwE&gclsrc=aw.ds
Download VS Code:
https://code.visualstudio.com/Download
HAXM :
https://www.filehorse.com/download-intel-haxm/download/
Flutter Setup Without Android Studio
https://youtu.be/Sp__3Df22s8
Flutter Tutorial Playlist :
https://www.youtube.com/playlist?list=PLeKQz1VjpjFq3vbq3Hvl1866nsmAQdzUo
Dart Tutorial Playlist :
https://youtube.com/playlist?list=PLeKQz1VjpjFqqXLvQ8rTnYxZcUqEGA0dm
Рекомендуемые видео



















