Relative Content

Tag Archive for android-emulatorqemu

High performance communication between Android Emulator process and a host process

I’m currently working on a project where I need to establish communication between a user space process running on an Android emulator and another process running on the host machine. I’m looking for reliable, low-latency, high throughput communication channels. Our main targets are macOS and Windows hence a cross platform solution would be ideal however I’m ready to support both platforms separately if needed. While TCP/IP serves as a fallback, I’m interested in experimenting with alternative routes to see if we can find something that performs better for our specific use case. So far I’ve found several options but none seem to meet our criterias.