Using Eclipse
Version: Helios Service Release 2
Build id: 20110218-0911
with Android plugin. I have an Android project “AndroidUtil” that is marked as a “library” project for my main Android application. When I ctrl + click the name of a class defined in AndroidUtil, I am taken to the binary / jar version of that class instead of the source file. How can I make it take me to the source instead?
When you control-click and it displays the class file editor in the editor pane, you should see an “Attach Source” button. Click that and point it to the library project in your workspace.