Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 關於android開發 >> Android 應用程序集成Google 登錄,androidgoogle

Android 應用程序集成Google 登錄,androidgoogle

編輯:關於android開發

Android 應用程序集成Google 登錄,androidgoogle


谷歌登錄API:  https://developers.google.com/identity/sign-in/android/

1、注冊並且登錄google網站

       https://accounts.google.com/

2、進入google開發者平台創建應用

     https://developers.google.com/mobile/add?platform=android&cntapi=signin&cntapp=Default%20Demo%20App&cntpkg=com.google.samples.quickstart.signin&cnturl=https:%2F%2Fdevelopers.google.com%2Fidentity%2Fsign-in%2Fandroid%2Fstart%3Fconfigured%3Dtrue&cntlbl=Continue%20with%20Try%20Sign-In

3、在開發者平台填寫響應的信息,包括 應用名、包名、簽名的SHA-1值

     圖1

     

      圖2

        

      圖3

        

 

4、在項目中添加谷歌服務

       4.1、在SDK Manager 裡面下載 google service

                

        4.2、在project目錄下的build.gradle下添加

                 classpath 'com.google.gms:google-services:2.1.0-alpha4'

              查看最新版本號:https://jcenter.bintray.com/com/google/gms/google-services/

        4.3  在model目錄下的build.gradle下添加

               compile 'com.google.android.gms:play-services-auth:8.4.0'

 

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved