Eclipse에서 처음 보는 에러를 발견.
프로젝트가 아예 단말로 설치도 되지 않아서 난감했다.
FindBugs plug-in을 설치한 직후라서, 그게 원인인가 고민도 했지만, 바로 구글링 시도.
아래와 같은 답변을 찾았다!
즉, 개인 홈 디렉토리의 .android 디렉토리에 위치한 debug.keystore 파일을 제거하면 된다.
아마도 에러 문구의 "Debug Certificate expired"는 debug.keysotre의 유효기간이 만료 되었다는 의미인듯.
프로젝트가 아예 단말로 설치도 되지 않아서 난감했다.
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의 유효기간이 만료 되었다는 의미인듯.
'리눅스 & 안드로이드' 카테고리의 다른 글
Git 여러줄로 commit 메시지를 작성하는 방법 (0) | 2011.12.01 |
---|---|
Optimize ToolBox(15 functions) (0) | 2011.11.21 |
Android(JAVA) 프로젝트에서 UML 클래스 다이어그램 생성 (2) | 2011.08.31 |
RenderScript A3D File Format (0) | 2011.08.11 |
Thanks for the memory (0) | 2011.07.04 |