[Android] Mac에서 Signed Apk를 만들 때 Key Store의 Alias를 잊어버릴 때의 대상 방법
conclusion
- 암호를 잊었을 때 [http://maxcamillo.github.io/android-keystore-password-recover/:title] 사용
article
일치하지 않을 때
No key with alias 'alias-name' found in keystore
에서 설명한 대로 해당 매개변수의 값을 수정합니다.이 때,
keytool
명령을 사용하여alias를 확인합니다.내 환경에서는 iTerm2이며 Android Studio에서도 View -> Tool Windows -> Terminal에서 명령을 실행할 수 있습니다.
수행할 명령은 다음과 같습니다.
keytool -list -keystore /your-path-to/name.store
※/your-path-to/name.스토리지 섹션을 적절히 교체하십시오.이렇게 하면 만든 날짜 전에alias 문자열을 표시합니다.
refs
[ http://vancelucas.com/blog/listing-aliases-inside-an-android-keystore-file-with-keytool/:title ]
[ https://qiita.com/mmusasabi/items/e0dbd1fb01c0410f791a:embed:cite ]
[ https://cpoint-lab.co.jp/article/201803/[android] 발행판 응용 프로그램을 구축할 때 키-alias를 /:embed:cite로 설정 ]
[ https://code.google.com/archive/p/android-keystore-password-recover/:title ]
Reference
이 문제에 관하여([Android] Mac에서 Signed Apk를 만들 때 Key Store의 Alias를 잊어버릴 때의 대상 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/mfks17/items/83c10b7a09474d809b1b텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)