Noah
Noah

Reputation: 15320

How do I step into the Android source files for debugging via eclipse

I just upgraded to eclipse 3.7 (indigo) and have an odd error running my android 3.2 app.
Looks like I will need to step into the Android Tools sdk (rev 13) to debug it.

What is the easiest way to setup the debugger to step into the sdk?

Upvotes: 2

Views: 324

Answers (1)

Aditya Kumar Pandey
Aditya Kumar Pandey

Reputation: 991

You may find this interesting: http://blog.michael-forster.de/2008/12/view-android-source-code-in-eclipse.html

I had used it once to fix my problem.

Upvotes: 1

Related Questions