我正在阅读开发人员安装docs for android wear并遇到了https://developer.android.com/google/play-services/setup.html#split
我们正在使用蚂蚁,我想知道我们是否有办法使用蚂蚁代替gradle来做到这一点。
答案 0 :(得分:1)
Eclipse和Ant都不支持AAR,Google也没有在拆分版本中分发Play服务库项目(只是完整的库项目)。考虑到已停止对Ant和Eclipse的官方支持,我怀疑谷歌是否会这样做。
自Android tools team members have been advising you to move off of Ant一年以来,我真的建议你尽快这样做。
与此同时,欢迎您尝试convert an AAR into a library project与Ant一起使用。