【发布时间】:2016-03-05 00:13:09
【问题描述】:
似乎使用较新版本的 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,我怎样才能获得相同的结果?
【问题讨论】:
标签: android ant google-play-services