Reputation: 19854
I am having difficulty downloading the Android source code using the recommended instructions, due to problems with Repo, Cygwin, Python etc (See other topic I've open)
Therefore, I'm wondering is there an easier way to download the source code for a specific SDK version?
For example I'd like to take a look at the AlertDialog.Builder class without having to download everything.
Thanks
Upvotes: 0
Views: 311
Reputation: 137312
If you want to see the Java code, you can use GrepCode. For example, AlertDialog.java.
Upvotes: 1