학습자료(~2017)/팁
"Debug certificate expired" error in eclipse android plugins
단세포소년
2011. 8. 11. 08:53
반응형
이 이클립스 오류는
구글 맵 때문에 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
반응형