As a follow up to my rant about android development I am currently thinking on how to implement a cocoapods like system for jar files. Should not be that hard to implement. But the important thing for this would be a list of jars that are commonly used by android developers.<p>So what do you use?<p>Btw: this gist explains what I am up to: https://gist.github.com/3603015
The most important Android libraries do not come in jars because it is impossible to package Android library projects (projects that define stylable views, provide resources, etc.) in them. Just as an example, one of the most important libs for a modern application is ActionBarSherlock (<a href="http://actionbarsherlock.com/" rel="nofollow">http://actionbarsherlock.com/</a>).