SdkController is used to send sensor data from an actual device to an emulator.
To use it, do the following:
- Connect your device to your computer via USB. Make sure to enable USB Debugging in Settings > Developer Options.
- Start this application on your device.
- On the computer in a shell, run:
adb forward tcp:1968 tcp:1968
- Finally run an emulator with an AVD targetting API 15.
Read more.