>From command line use

$ adb devices

to list your devices.
Then

$ adb -d <dev> install <app>

to install app, and

$ adb -d <dev> logcat

to see the logs.


On Mar 26, 1:29 am, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> Are you looking to do this using the Eclipse ADT plugin or through command
> line?
>
> On Tue, Mar 25, 2008 at 9:18 AM, Raja Nagendra Kumar <
>
> [EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I would like to run two emulators and my application on each of these
> > emulator on a single desktop. However my application would be using a
> > different login for each of the emulator, so that I could demo the
> > effect of one user changes to his data and how it impacts other user.
>
> > I am able to start two emulators, however not having clues on how to
> > install the application to each of these emulators and attach a log
> > console to each of them. I understand there is some thing like port
> > number, default port number etc.. Could one share their experience pl.
>
> > Regards,
> > Raja Nagendra Kumar,
> > C.T.O
> >www.tejasoft.com
> > TejaSoft Simplified - A Logo to certifiy Software Simplicity
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to