[android-beginners] Re: How to start android emulator in a different port

2009-08-24 Thread guptha
hi Jose, I tired Run ->Run Configuration(after entering project name) ->target under 'Device Target Selection Mode', I selected it be Manual under 'Additional Emulator Command Line Option' ,I entered -port 5556 and now everything work fine Thanks for your reply,Jose On Aug 24, 8:51 pm, Jose

[android-beginners] Re: How to start android emulator in a different port

2009-08-24 Thread Jose Ayerdis
This works on my computer: ./emulator -port 4747 -avd MyPhone Can u tell if you get a error message or something, i supose on eclipse you must change it on preference 2009/8/24 guptha > > hi, > I am beginner in Android ,how to start the emulator in a different > port using eclipse Run Confi