0

My problem is that i want to run my react native code in windows on android emulator without using android studio.

i find many solution for that but anyone not working for me. Everyone say use your real device but i want not use of real device.

please suggest me any solution for that.

Abhishek Ahirwar
  • 175
  • 5
  • 15

2 Answers2

0

Make a new notepad file Content of that file-

cd /d C:\Users\YourUsername\AppData\Local\Android\sdk\tools
emulator -avd @YourEmulatorName
pause

Save the file as emulator.bat

Whenever you need to start the emulator double click on that file

If you need to know the name of your emulator-

cd /d C:\Users\YourUsername\AppData\Local\Android\sdk\tools
emulator -avd -list-avds
-2

Install Bluestacks in your pc. Here is the link to download it : Download Bluestacks

rilly
  • 11
  • 1
  • 2
  • 5