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

