Hi ,
       can you please tell me those debugging steps in eclipse
of android source code .ie how to set breakpoint in eclipse and all?

Regards,
Dhananjay

On Oct 28, 11:15 am, "Andrew Stadler" <[EMAIL PROTECTED]> wrote:
> [ Note, this mailing list is intended for app development, typically
> using the SDK.  Questions about building or debugging the open source
> release may get better answers & discussion in one of
> android-platform,  android-framework, or android-porting.  But since
> we're here.... ]
>
> There is an eclipse .classpath file in
> android/development/ide/eclipse/.  You can use this to set up a
> project, as follows:
>
> 1.  Download open source and do a complete build cycle.  Deal with any
> errors or tool problems before continuing.
> 2.  Copy android/development/ide/eclipse/.classpath to android/.classpath
> 3.  In eclipse, select "New Java Project"  (not Android)
> 4.  Tell it to use existing sources and point it at your android/ folder.
>
> Eclipse should set up a project with a long string of packages.  It
> will take a while the first time (Eclipse will recompile everything
> using its own toolchain) but when it's done, you should see all of the
> Java sources available and "0 errors" in the problems view.
>
> Debugging requires some additional steps which I don't want to
> describe here (I'm not in front of a running system and I don't want
> to describe something incorrectly).

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to