Hi,

What I understood.

I have to create two avds

I did this with
android create -avd --name d1 --target 2 --sdcard 1024M --skin HVGA
android create -avd --name d2 --target 2 --sdcard 1024M --skin HVG

What I don't know:

How to start two emulators:
------------------------------------------
emulator '@d1' &
works fine

emulator '@d2' &
complains with
"could not bind server socket address 127.0.0.1:15555: Address already
in use"

Both emulators consume seem to start up though.
What features won't work for the second emulator.
Do I have to manually specify a port or is there some automatic
option?


How to upload an application to one platform:
--------------------------------------------------------------------


How to install to  d1 / d2:
------------------------------------

When creating a project I am only asked for the target, but not for
the device so I assume it must be a run time ant switch.

ant debug
will compile my project

ant install
or ant reinstall


complains with the error message 'more than one device and emulator'
So I guess, that there is a way to specify the target device.

ant help
does not reveal anything useful





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to