Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 564 Bytes

setup_emulator.md

File metadata and controls

26 lines (19 loc) · 564 Bytes

Prerequisite

Download and install BlueStacks 5

Setup for running on emulator

  1. Install the apk in BlueStacks
  2. Enable ADB in BlueStacks
Settings > Advanced > Android Debug Bridge : enable
  1. Check that emulator is recognized and see on which port is listening
adb devices
  1. Setup in code port forwarding with port listening in emulator

For example

AltPortForwarding.ForwardAndroid(13000, 5037);
  1. Launch game in BlueStacks
  2. Setup AltTester connection port as seen in step 3