티스토리 뷰
Get your debug signing certificate hash
In the root of your Flutter app project, change directory to the android/ folder and generate a signing report:
cd android ./gradlew :app:signingReport
Note: In case the gradle wrapper file is not present, you can generate it by building your application for Android once by running flutter build appbundle.
You'll be presented with a large list of signing keys. Because you're looking for the hash for the debug certificate, look for the certificate with the Variant and Config properties set to debug. It's likely for the keystore to be in your home folder under .android/debug.keystore.
> Task :app:signingReport
Variant: debug
Config: debug
Store: /<USER_HOME_FOLDER>/.android/debug.keystore
Alias: AndroidDebugKey
MD5: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX
SHA1: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX
SHA-256: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX
Valid until: Tuesday, January 19, 2038
signingReport 하면 release키도 설정되어있음 나옴..
- Total
- Today
- Yesterday
- Linux
- android
- 잡담
- Mac
- 여행
- 락
- 공연
- 서울숲별밤축제
- 영화
- 음악
- 책
- 포스트크로싱
- 일어일기
- 사진
- 드라마
- 신주쿠
- 인디
- epik high
- 안드로이드
- 노래
- 에픽하이
- 야마다 타카유키
- 진해
- 코이데 케이스케
- postcrossing
- Java
- 일본
- 도쿄
- 일기
- 아사가야
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |