That is exactly what i have done.

I ran project A by run->run configurations - >target - >AVD1 and the
application was running on AVD1
I ran project B by run->run configurations - >target - >AVD2 and the
application was running on AVD2

But i found that both the applications were running the same
application !

I verified this by going back to the run configurations of project A
and noticed that the target had shifted to AVD2 whereas it should have
stayed on AVD1 !!!! project B 's target was still pointing to AVD2.

What could be the reason behind this strange behavior ?

Currently ,i am using android sdk 2.2 windows.

I read somewhere that emulator version m3 doesn't support multiple
instances because all run on the same adb port !! How do i find out
the version of my emulator ?
Do i need to download version m5 to make my work ?? Is there a
document to configure the emulator to run with the new emulator as i
am using the emulator supplied by the sdk.

Thanks,
Adithya.

On Nov 17, 11:30 pm, "A. Elk" <[email protected]> wrote:
> This tells me what steps you've taken. Why are you trying to do this?
> What you are actually doing is connecting two different devices to
> your workstation and then trying to run project A on device1 and
> project B on device2. No reason why you can't do this. You should use
> the Run Configuration dialog. From the main menu, select Run > Run
> Configurations... and put together a run configuration for each
> project, complete with the AVD target you want to use.
>
> On Nov 14, 7:45 am, adithya <[email protected]> wrote:
>
> > Hi,
>
> > I have developed two projects.
> > In the first one i send messages and in the second one i receive them.
>
> > I have also created two emulator instances.
>
> > What i was trying to do was associate a single project with a single
> > emulator by going to :
> > sendProject -> run config -> selecting the AVD (AVD1)
>
> > For the second project i did the same
> > receiveProject -> run config -> selecting the AVD (AVD2)
>
> > ..then after sending the message when i checked the AVD2 screen it
> > threw an error !!
>
> > I went back and checked the run config for both the projects and found
> > that both were pointing to the second AVD2 !!
>
> > What could be the reason behind this ?
>
> > Thanks,
> > Adithya

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to