Run Android Device directly without running Android Studio for Flutter Development.

Published: 21 April 2020
on channel: SuperSlackOff
506
4

Here is the batch file for running android device without running android studio.

cd C:\Users\"Your Username Here"\AppData\Local\Android\Sdk\tools
.\emulator -avd "Your Device Name Here"

or if you are unsure what your username is :

cd C:\Users\%username%\AppData\Local\Android\Sdk\tools
.\emulator -avd "Your Device Name Here"

you can also add
"C:\Users\%username%\AppData\Local\Programs\Microsoft VS Code\code.exe"
if you want to run visual studio code at the same time.


On this page of the site you can watch the video online Run Android Device directly without running Android Studio for Flutter Development. with a duration of hours minute second in good quality, which was uploaded by the user SuperSlackOff 21 April 2020, share the link with friends and acquaintances, this video has already been watched 506 times on youtube and it was liked by 4 viewers. Enjoy your viewing!