Eclipse opens wrong source file on exception
问题 I have several Android projects in an Eclipse workspace: a stand-alone application project with a class my.package.Foo a library project with a different class my.package.Foo two application projects that depend on the library project and contain no source code The problem comes when working with one of the applications built on top of the library project. When it crashes (sadly, a frequent occurrence), I double-click on a line of the stack trace in the logcat to go to the relevant source.