Digital Recipe

Error generating final archive : Debug certificate expired on 본문

프로그래밍/자바/안드로이드

Error generating final archive : Debug certificate expired on

노리터 2011. 11. 2. 17:13

1. 문제점

안드로이드 컴파일 시
Error generating final archive : Debug certificate expired on 와 같은 오류가 발생



2. 원인

디버그 인증서의 기간이 만료됨


3. 해결책

기존 인증서를 삭제하고 새로운 인증서로 갱신



   1. 이클립스에서 Preferences > Android > Build를 통해
   Default debug keystore의 경로를 찾아서 해당 파일을 삭제한다.



2. 파일 삭제 후 이클립스에서 Project > Clean에서 해당 프로젝트 상태를 갱신하면 된다.





2011. 11. 02
Posted by HoSeok Seo
Comments