interconnecting 2 android emulators on different machines
I开发者_StackOverflows there a way to interconnect 2 emulator instances running on different machines? One of them is acting as a client and other as a server, hence 2-way interaction is required.
Yes, should be possible, but apparently you need to prepare some port forwarding.
Check here:
- http://developer.android.com/guide/developing/tools/emulator.html#emulatornetworking
精彩评论