Using Eclipse Version: Helios Service Release 2 Build ID: 20110218-0911
with Android plugin. I have an AndroidUtil Android project that is tagged as a “library” project for my main Android application. When I ctrl + click the name of the class defined in AndroidUtil, I take the binary / jar version of this class instead of the source file. How can I get it to take me to the source code?
Mitch source
share