neo-ray
neo-ray

Reputation: 9

android how to run more than one instance of emulators with ip addresses

I use pawserver tool with my app and have issue to test it because pawserver tool give me same IP Address (10.0.2.15) for all instance of emulators.

Upvotes: 0

Views: 893

Answers (2)

Booger
Booger

Reputation: 18725

The docs actually contain information about doing what you want to do.

Check the section titled "Using Network Redirection" which states:

To communicate with an emulator instance behind its virtual router, you need to set up network redirection on the virtual router. Clients can then connect to a specified guest port on the router, while the router directs traffic to/from that port to the emulated device's host port. 

http://developer.android.com/tools/devices/emulator.html

Upvotes: 1

user2058839
user2058839

Reputation:

You may want to try Genymotion.

As it is based on VirtualBox, you will be able to set one IP address per instance.

Upvotes: 0

Related Questions