본문 바로가기
Android/Build Error

[안드로이드] KeytoolException 빌드 에러 해결 방법

by Jay Son 아기 냥이 해린 짱💖 2021. 9. 6.

KeytoolException  빌드 에러 해결 방법

원인 : 사이닝키 비밀번호 오류

해결 : 사이닝키 비밀번호 재입력

 

오류 메시지

Execution failed for task ':app:packageRelease'.
> 1 exception was raised by workers:
  java.lang.RuntimeException: java.lang.RuntimeException: com.android.ide.common.signing.KeytoolException: Failed to read key androidkey from store "D:\05.SigningKey\key.keystore": Keystore was tampered with, or password was incorrect

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

 

비밀번호 재입력 방법

build -> Generate Signed Bundle / APK... 진입

APK 빌드 타입 선택 후 Next

아래 사이닝키 Key store password 재 입력

반응형