리눅스 & 안드로이드2011. 11. 8. 17:27
Eclipse에서 처음 보는 에러를 발견.
프로젝트가 아예 단말로 설치도 되지 않아서 난감했다.
FindBugs plug-in을 설치한 직후라서, 그게 원인인가 고민도 했지만, 바로 구글링 시도.
아래와 같은 답변을 찾았다!

Delete your debug certificate under ~/.android/debug.keystore (on Linux and Mac OS X); the directory is something like %USERPROFILE%/.android on Windows.


The Eclipse plugin should then generate a new certificate when you next try to build a debug package. You may need to clean and then build to generate the certificate.


즉, 개인 홈 디렉토리의 .android 디렉토리에 위치한 debug.keystore 파일을 제거하면 된다.
아마도 에러 문구의 "Debug Certificate expired"는 debug.keysotre의 유효기간이 만료 되었다는 의미인듯.

Posted by 세월의돌