개발을 시작하는 이야기

Android Google Cloud용 SHA-1 생성 본문

개발 이야기/Flutter

Android Google Cloud용 SHA-1 생성

Teiresias 2024. 6. 5. 22:56

Android에서 Google OAuth 등록을 위해 SHA-1을 추출하는 방법

 

해당 프로젝트의 Android 폴더 위치에서 다음 명력어를 입력

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

 

다음과 같이 나오면 성공

 

'개발 이야기 > Flutter' 카테고리의 다른 글

Flutter의 상태관리 01  (0) 2024.06.15
객체지향 프로그래밍 정리  (1) 2024.06.14
BuildContext  (0) 2024.01.14
Stateless 그리고 Stateful  (0) 2023.11.06
iOS 개발자의 Flutter 적응기  (1) 2023.11.02