Attach Android source code to Eclipse IDE
By default, Android SDK or Eclipse ADT plugin are not bundle with any Android’s source code for debugging. In Eclipse IDE, step into any Android class will prompt no source code attach, see following screen : Solution According to this official Android source code article, it’s shocked that we need to use “repo” to download …