반응형
이 이클립스 오류는
구글 맵 때문에 api key 인증 받으려다 보니까 생겼다.
외국 사이트에서 해결 방법을 찾았다.
-
DOS:
del c:\user\dad\.android\debug.keystore
-
ECLIPSE: In Project, Clean the project. Close Eclipse. Re-open Eclipse.
-
ECLIPSE: Start the Emulator. Remove the Application from the emulator.
1. c:\users\[사용자이름]\.android/debug.keystore 를 삭제
2. 이클립스 다시 실행
3. 프로젝트 하나 실행 시킨다.
이러면 끝.. 결국 debuf.keystore 만 지우면 된다는 뜻
출저 : http://stackoverflow.com/questions/2194808/debug-certificate-expired-error-in-eclipse-android-plugins
반응형
'학습자료(~2017) > 팁' 카테고리의 다른 글
K&R c문법 (옛날 c 문법, 과거 c 문법, 생서한 c 문법) (0) | 2011.10.18 |
---|---|
repo init -u git://android.git.kernel.org/platform/manifest.git 에러, 문제해결 (0) | 2011.09.07 |
NonBlocking IO 와 Overlapped IO의 차이점 (0) | 2011.07.19 |
ssh를 이용한 자동로그인, 자동접속 (0) | 2011.05.16 |
[리눅스]asmlinkage (0) | 2011.05.12 |