Web development basic and advance tutorial, php basic tutorial, laravel basic tutorial, React Native tutorial

Wednesday, March 25, 2020

Open Emulator without android studio with command prompt

3 comments
Open Emulator without android studio with command prompt




What up guys. Today I am going to show you. how you can open an emulator without an android studio.

Before you start the project you have to already install an android studio in your computer.

There are three-step to follow :


  1. you have already installed an android studio
  2. set up the path variable in my computer -- advance system setting - then environment variables then select the path and go for edit button then you can see there is emulator is located in the path.
  3. check where is located in emulator on the computer. I have found the emulator in that location path C:\Users\USER\AppData\Local\Android\Sdk


you can follow the images. or you can see the video on youtube.



 Then go to this path 

C:\Users\USER\AppData\Local\Android\Sdk\emulator

use the cmd command line in this path.




then you can see the all avd list with in this command

emulator -list-avds. then you can see it will show like this.



then select the avd which one you want to run. write this command to run avd


emulator -avd android_9




#Related Keywords : 
run android emulator without android studio windows,emulator run without android studio,run emulator without haxm,run emulator without opening android studio,run emulator without android studio windows,
run emulator without android studio mac,run emulator without visual studio,android studio run emulator without haxm,run android emulator without android studio ubuntu,run android emulator,
run avd manager without android studio,android studio emulator,install avd manager without android studio,run avd without android studio,run android emulator without android studio ubuntu
,run android emulator without android studio mac

3 comments: