https://bacassf.tistory.com/69
디버그
keytool -exportcert -alias androiddebugkey -keystore debug.keystore | openssl sha1 -binary | openssl base64
릴리즈
keytool -exportcert -alias key0 -keystore /Users/younminchan/Desktop/Lotte/Untitled | openssl sha1 -binary | openssl base64
'🖥 Programming > 📱 Android (Kotlin)' 카테고리의 다른 글
[Android][Kotlin] 카카오 로그인 API연동(Kakao Login) - 2 (2) | 2022.02.10 |
---|---|
[Android][Kotlin] 카카오 로그인 API연동(Kakao Login) - 1 (0) | 2022.02.10 |
[Android] Build was configured to prefer settings repositories over project repositories but repository 'Google' was added by build file 'build.gradle' 오류해결 (0) | 2022.02.09 |
com.google.android.gms.common.api.ApiException: 7 (0) | 2022.02.09 |
kotlin으로 tint설정 방법 (0) | 2022.02.07 |
data class JSONObject형 사용할때 import차이에 따라 달라지는 현상 (0) | 2022.01.18 |
[Android][kotlin] Activity에서 키보드 내리기 (0) | 2021.12.10 |
[Android][kotlin] ViewModel 하나로 사용하기 (0) | 2021.12.02 |