On Dec 19, 8:09 am, Raja Nagendra Kumar <[email protected]> wrote: > In order to connect android to IDE, Intellij, is it a must that one > needs to start DDMS! > > Is there a way to enable debug and port redirection, with out starting > the DDMS UI. > > If yes, how we know the port number and also any ant script to enable > such a debuging. Some thing similar to WTK debug integration with any > IDE.
No, you need to have DDMS running. You can use the Eclipse plugin or the stand-alone command. You can configure DDMS to always use a specific port number for your application, which would allow you to start up the stand-alone DDMS and then just forget that it's there. Look at File->Static Port Configuration. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

