Yes,Ralf, actually i got confused with documentation at 2 different places.
Thanks Steve On Sun, Dec 7, 2008 at 11:39 PM, Ralf <[EMAIL PROTECTED]> wrote: > > The bottom line for all this if that you never really needed to build > the Eclipse plugin or DDMS yourself. You could just have used the one > from the Android 1.0 SDK r1 or r2 (in the tools directory). As it is > right now, the SDK tools work the same as the ones from git. > > As Xav stated, the only reason one would want to rebuild the plugin or > the standalone DDMS is to make changes to them. > > R/ > > On Sat, Dec 6, 2008 at 11:48 PM, Xavier Ducrohet <[EMAIL PROTECTED]> wrote: > > > > Glad to hear you solved your JDK issue. > > > > The only reason you would want to add the ddms plugin source code to > > Eclipse is if you want to work on the plugin itself. > > > > To develop/debug application, using the standalone DDMS or > > _installing_ the plugin inside eclipse is enough. > > > > Xav > > > > On Sat, Dec 6, 2008 at 11:08 PM, Anonymous Anonymous > > <[EMAIL PROTECTED]> wrote: > >> Hi Xav, Ralf, > >> > >> Now am able to launch DDMS and debug built in apps, pblm was with my > JDK. > >> > >> Thanks a lot for your help > >> Steve > >> > >> On Sun, Dec 7, 2008 at 8:13 AM, Anonymous Anonymous > >> <[EMAIL PROTECTED]> wrote: > >>> > >>> Hi Xav, > >>> in trouble :( > >>> *I am trying to debug existing application. > >>> > >>> Am usign the full source code downloaded from source.android.com...(not > >>> this one http://code.google.com/android/download_list.html -Linux > one). > >>> I assume ADT plugin is used in such case , where we debug as Android > >>> Application?? > >>> Here i try to debug the "full source" tree running DDMS on another > >>> terminal (standalone!) > >>> So i assumed adding the com.******.ddms in workspace will solve the > >>> problem !! > >>> > >>> If you can run Eclipse with the ADT plugin, you don't need to run the > >>> standalone DDMS. Go to the DDMS perspective in Eclipse, and select > >>> your running application in the Device view, and then select to port > >>> 8700 > >>> > >>> On the other side i have tried this as well, but it needs to set > SDK>tools > >>> location and all !!!! > >>> > >>> So am kinda lost now - (debugging IM application).. > >>> > >>> My workspace looks like this now FYR ( > http://i35.tinypic.com/5d1ehi.png) > >>> > >>> or me again wrong? > >>> > >>> Thanks and sorry for the trouble > >>> Steve > >>> > >>> On Sat, Dec 6, 2008 at 11:01 PM, Xavier Ducrohet <[EMAIL PROTECTED]> > wrote: > >>>> > >>>> > I want to debug an android application built with the SDK say (IM).. > >>>> > I think my understanding also wrong (sorry for being noobish),let me > >>>> > summarize the steps needed for debugging... > >>>> > > >>>> > 1.Latest source code compiled succesfully with a working emulator. > >>>> > 2.ddms plugin added in eclipse. > >>>> > 3.lauch DDMS and emulator in separate terminals !! ? > >>>> > 4.connect using 8700 port > >>>> > (*considering my break point is in ImApp.java !!!) > >>>> > >>>> There is a big confusion on what step 2 is. > >>>> From the beginning we helped you open and compile the _source_code_ > >>>> for the adt/ddms plug-ins. > >>>> What you needed was to _install_ the plugin (which is called ADT but > >>>> includes DDMS as well). See instruction here: > >>>> http://code.google.com/android/intro/installing.html#installingplugin > >>>> > >>>> If you can run Eclipse with the ADT plugin, you don't need to run the > >>>> standalone DDMS. Go to the DDMS perspective in Eclipse, and select > >>>> your running application in the Device view, and then select to port > >>>> 8700. > >>>> > >>>> Now, I do not know why you can't seem to run the standalone DDMS. It > >>>> looks like your linux installation is weird. > >>>> > >>>> Xav > >>>> > >>>> > >>> > >> > >> > >> > > >> > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

