谷歌游戏服务使用gradle

时间:2013-07-17 08:46:40

标签: android android-studio build.gradle google-play-games

有没有办法使用gradle 0.5+以简单的方式添加Google游戏服务,例如支持库或Google Play服务的可能性:

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')
}

1 个答案:

答案 0 :(得分:0)

Play Game Services与Google Play服务库不是一个单独的库。您似乎正在使用非常旧版本的播放服务。试试最新版本,肯定有游戏API:

compile 'com.google.android.gms:play-services:6.5.87'