Based on some comments that I recall, google-apps are developed from within the environment of make build system. 'Eclipse plugin + ant builds' combination would not work so well for debugging all the internal apps.
For debugging, the easy approach is to create a java application within eclipse, including the full source tree. Its not bad. It works. Very useful. -Jey On Tue, Feb 17, 2009 at 3:35 PM, Videoguy <[email protected]> wrote: > > Hi > I am trying to understand how the Phone app that ships with Android > works. I like to put break points inside Phone app and see the trace > of control. So I got 1.0 source code. I created an Eclipse project > pointing to <source>/packages/Apps/Phone folder. Eclipse reported ton > of errors as the app depends on lot of internal classes. > I tried to create another jar just with com.android.internal packages. > That has ton of errors too. I looked at the make file in Phone App > folder. It doesn't have any references to other jars. > > My question is how do developers on Android team debug this app? > I appreciate any pointers (or links to other posts or documents > somewhere in the source package). > > Thanks > Video guy > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
