Android: "Edit Source Lookup Path...".
Posted
by user307480
on Stack Overflow
See other posts from Stack Overflow
or by user307480
Published on 2010-04-02T06:15:52Z
Indexed on
2010/04/02
6:23 UTC
Read the original article
Hit count: 361
I am developing on a Mac with Eclipse and have the skeleton for an app that implements the standard framework callbacks (onCreate, onDestroy, onPause, etc..). When I set breakpoints in the callbacks the debugger stops and displays a tab that says "ActivityThread.performLaunchActivity(ActivityThread $ActivityRecord,Intent)line:2477" and in the tab page body there is some red text that says "Source not found" and a button that says "Edit Source Lookup Path...".
I have tried adding several paths via "Edit Source Lookup Path..." but can't see to find the one Eclipse is looking for.
Can anyone point me in the right direction?
© Stack Overflow or respective owner