Jack 오답노트
소셜로그인 정리 본문
구글 로그인 - https://developers.google.com/identity/sign-in/android/start-integrating
Android 앱에 Google 로그인 통합 시작 | Google Sign-In for Android
자체 앱에서 Google 로그인 통합을 시작하려면 먼저 Google API 콘솔 프로젝트를 구성하고 Android Studio 프로젝트를 설정해야 합니다. 이 페이지의 단계는 바로 이 작업을 수행합니다. 다음 단계는 다
developers.google.com
앱 SHA-1 해시키를 넣으라고 한다.
해시키 얻는 법
android studio - file - settings - experimental - do not build gradle task~~ - uncheck
그 다음
gradle sync 돌리고 나면 사이드 바의 Gradle 창에서 task - android - signingReport에서 sha-1키 확인 가능
'android' 카테고리의 다른 글
databinding build 에러 (0) | 2021.11.16 |
---|---|
Execution failed for task ':app:kaptDebugKotlin' (0) | 2021.10.06 |
머테리얼 디자인 요약 (0) | 2021.04.27 |
사이드 프로젝트 중 오류 (0) | 2021.04.22 |
4년 전 플젝 버전 오류 정리 (0) | 2021.04.21 |
Comments