I have followed exactly the same steps you have mentioned. Lets say i goto run->run configurations and run project1 on AVD_1, the project runs on the specified target i.e. AVD_1 Now, i goto run->run configurations and run project2 on AVD_2, the project runs on the specified target i.e. AVD_2
When i see the AVD's (AVD_1 and AVD_2), both are running the same application !! Hence, i verified the target for project1 and found that Project1's target in run->run configuration gets changed to AVD_2 whereas it should have remained AVD_1 which i had previously specified ! What could be the reason behind this ?? I am using android sdk 2.2 for windows ! Is there a problem with emulator version. I had read somewhere that m3 doesn't support multiple instances as both listen to the same port whereas version - m5 does !! Is there a way to find the version of the emulator ? Do i need to download emulator m5 ? Is there a document which explains how to configure emulator m5 with the android application we run ? 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

