Copyright © 2006-2013 Quantoa LLC.
All rights reserved.
Not too long ago, it was a manual and tedious job to browse the Android source code when developing an app in Eclipse. Google has eliminated those steps by including the option to install a source code package as one of the upgrades in a recent ADT release (r14?) That's fine if all you need to do is look at how something is implemented in the specific release (v4.0 or higher) of Android you're developing for. It doesn't solve the problem of browsing through source code changes over time.
Fortunately, there's a fairly straight forward solution to the problem of browsing the actual Android source code git repositories: gitweb. Installation and configuration is actually fairly trivial on Linux so here's the crash course:
That's it... now you should be able to start browsing the Android repositories (as well as any other git-based projects you've added) in your web browser at your-hostname/gitweb
Copyright © 2006-2013 Quantoa LLC.
All rights reserved.