Current setup:
MainProject which is a Library Project
BranchProject which is a new projects and has MainPr
Skyler's answer from this post worked for me: Opening source code from debug view edits .class after Android R18 update
Here is a summary: The fix is to right click the Project name in the debug view, and select "Edit Source Lookup..." from the menu. From there, remove the Default lookup path. After that, manually add the associated projects (not jars) that your project references. This is done by clicking Add, selecting Java Project, then checking the appropriate projects.