"cannot recover key android" 에 대한 해결방법입니다.
원인은 keystore 와 alias 의 password가 모두 "android"로 같아야 하는데 같지 않기 때문에 발생합니다.
아래와 같은 명령으로 쉽게 변경할 수 있습니다.
물론 원래의 password는 입력하셔야 합니다.
keytool -storepasswd -new android -keystore beanAndYuEclipseKey.keystore |
reference > http://stackoverflow.com/questions/14606837/cannot-recover-key
'Programming > Android' 카테고리의 다른 글
[Android] Android Studio : See console for details. (0) | 2015.11.17 |
---|---|
[Android] Android Google Plus getCurrentPerson returns null (0) | 2015.11.05 |
[android] Keystore was tampered with, or password was incorrect (0) | 2015.09.20 |
[android] 라이브러리 중복해서 쓸 때, android v4 에러의 해결 (0) | 2015.09.14 |
[android] All versions of the libraries must be the same at this time (0) | 2015.09.10 |