As we all know, Google released Android's source today. But you can't get source if you are Windows user. Luckily, there is a web interface (http://git.source.android.com), which allows you to browse all files. So I wrote very simple program that parses htmls, collects links and downloads files. Get it here: http://android4me.googlecode.com/files/GetWebGit.jar
Usage is very simple: GetWebGit <project> <path> E.g.: GetWebGit.jar platform/frameworks/base.git C:\Android\framework You can also download any subfolder of any project. This requires more work, though - go to the web interface, copy 'tree' folder's link and supply it as <project> argument. E.g.: GetWebGit.jar http://git.source.android.com/?p=platform/build.git;a=tree;f=core/combo;h=2d6d494c1c5fad17496d32664d2ce36a9bd4e22e;hb=HEAD core/combo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---