2017-04-03 3 views
-1

내 출시를 위해 내 apk 노래를 부르는 중이었고 키스톤 암호를 잊어 버렸으므로 재설정을 클릭했습니다. 그럼 내가이 오류가있어.키 스토어 비밀번호 재설정

오류 : 'app : packageRelease'작업에 실행하지 못했습니다.

com.android.ide.common.signing.KeytoolException: Failed to read key "app name" key from store "C:\keystore\keystore.jks": Keystore was tampered with, or password was incorrect

이 문제를 해결하는 가장 좋은 방법은 무엇입니까?

답변

2

비밀번호를 잊어 버린 경우이를 해결할 방법이 없습니다. 귀하의 애플리케이션이 플레이 스토어에 게시되지 않은 경우 로그인 인증서를 새로운 것으로 변경할 수 있습니다. 그렇지 않으면 앱 스토어에서 앱을 업데이트 할 수 없으며 현재 앱을 게시 취소하고 패키지 이름을 변경하고 다른 키와 패키지로 새 앱을 게시해야합니다. 그러므로 항상 cert 파일과 암호의 백업을 유지하십시오.

+0

와 나는 다시 보았다, 나는하지 스토어 – Keis

+0

재설정 마스터 키가 도움이되지 않습니다의 MasterKey를 재설정, 그냥 안드로이드 스튜디오의 암호 저장 멋진 – Darish

+0

의 암호를 재설정, 그래서의 MasterKey가 아닌 키 스토어 암호를 재설정하는 경우 메신저? – Keis

0
On Windows, I found the keystore file path, password, key alias and key password in an earlier log report before I updated Android Studio. 

From windows file explorer c:/Users/your pc name/.AndroidStudio2.0 (your android studio version)\system\log\idea.log.1 (or any old log number) 

Then I searched for “password” and found this from an earlier date: 

-Pandroid.injected.signing.store.file= path to your keystore 
-Pandroid.injected.signing.store.password= KEYSTORE PASSWORD 
-Pandroid.injected.signing.key.alias= KEY ALIAS 
-Pandroid.injected.signing.key.password= YOUR_KEY_PASSWORD 
+0

나는 그 파일을 가지고 그것을 볼 수있는 방법을 모르겠다. 내 키 스토어 jks – Keis

+0

메모장에서 엽니 다. –

+0

예, 전에 그랬지만 글꼴은 읽기 쉽지 않았습니다. – Keis