[Android] Mac에서 Signed Apk를 만들 때 Key Store의 Alias를 잊어버릴 때의 대상 방법

1938 단어 AndroidMac

conclusion

  • keytool 명령으로 확인 가능
  • 이를 위해 key store의 비밀번호가 필요합니다.
    - 암호를 잊었을 때 [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 ]

    좋은 웹페이지 즐겨찾기