【发布时间】:2013-07-17 08:46:39
【问题描述】:
有没有一种方法可以使用 gradle 0.5+ 以简单的方式添加谷歌游戏服务,例如支持库或谷歌播放服务:
dependencies {
compile "com.android.support:support-v4:13.0.0"
compile 'com.google.android.gms:play-services:3.1.36'
compile files('libs/GoogleAdMobAdsSdk-6.4.1.jar')
}
【问题讨论】:
标签: android android-studio build.gradle google-play-games