DEV Community

skptricks
skptricks

Posted on

How To Start Android Emulator Without Starting Android Studio

Source : How To Start Android Emulator Without Starting Android Studio

This tutorial explains how to start android emulator without starting android studio. In general developer use the android emulator after starting android studio application but some situation developers don't need it android studio for mobile application development like react native. They only requires emulator to run their android application, So in that case this tutorial will be helpful for you. Here we will show you a quick way to start Emulator without running Android Studio. There are main two steps:

  1. Know Android SDK location and Emulator name.
  2. Write and save batch script.

Click here to see demo

Top comments (0)