Something similar to Cocoa Pods and Bundler for Android (for dependencies)?

后端 未结 2 461
自闭症患者
自闭症患者 2021-01-31 08:20

is there anything similar to bundler (ruby) and cocoa pods (ios) for managing dependencies in Android?

2条回答
  •  爱一瞬间的悲伤
    2021-01-31 08:40

    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.

提交回复
热议问题