is there anything similar to bundler (ruby) and cocoa pods (ios) for managing dependencies in Android?
The maven-android plugin provides similar dependency management. If all of the dependencies are in Maven Central, a typically a simple mvn clean install will build your Android project.
mvn clean install