如何只编译所需的Google Play服务'与Ant的依赖关系

时间:2016-03-05 00:13:10

标签: android ant google-play-services

似乎对于较新版本的Google Play,您只能使用gradle编译needed modules

类似

dependencies {
      compile 'com.google.android.gms:play-services-base:6.5.+'
      compile 'com.google.android.gms:play-services-maps:6.5.+'
    }

如果我想在不使用标准project.properties文件的gradle中仅包含一些依赖项(分析和应用程序结算服务所需),我怎样才能获得相同的结果?

1 个答案:

答案 0 :(得分:1)

Google提供的功能无法实现。只有Gradle支持Split dependencies