2015年5月6日 星期三

【Android】在 Android Studio 設定 Google Play Services


1. 在專案中打開 build.gradle 檔案

2. 在 dependencies 之中,增加最新版本的 play-services. 例如:

apply plugin: 'com.android.application'
...

dependencies {
    compile 'com.android.support:appcompat-v7:21.0.3'
    compile 'com.google.android.gms:play-services:7.3.0'
}

3.儲存,然後工具欄之中,點擊 Sync Project with Gradle Files

沒有留言:

張貼留言