- Bundler/Cocoapods like Interface with Jarpod - File
- possible commands
- jarpod search json
- jarpod install
- jarpod update
 
- Update IDEs with new dependencies
- eclipse
- android package manager
- adds dependencies to maven files
 
- Use Maven/Android Repo XML Files and build dependency tree from them
- One storage on Github to store links to other repos (like cocoapods)
          Created
          September 2, 2012 18:49 
        
      - 
      
- 
        Save bitboxer/3603015 to your computer and use it in GitHub Desktop. 
    Java dependency solution
  
        Thats what I ment with "update ides with new dependencies" ;) . It creates entries in the pom if it detects one, adds the jar to the eclipse workspace xml stuff and so on.
Next step: asked on HN on what jars are used by android devs. See here: http://news.ycombinator.com/item?id=4468166
Check that http://actionbarsherlock.com/ is working with this
Any progress with this?
Now with Gradle this could possibly be easier.
http://stackoverflow.com/questions/16671277/maven-dependencies-with-android-studio-gradle
http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
If the project uses maven, be a good citizen and use the pom.xml and maven to manage deüendencies