问题
is there anything similar to bundler (ruby) and cocoa pods (ios) for managing dependencies in Android?
回答1:
Gradle + Maven Central seems to be the Android equivalent.
回答2:
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.
来源:https://stackoverflow.com/questions/13771375/something-similar-to-cocoa-pods-and-bundler-for-android-for-dependencies