달력

4

« 2024/4 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
728x90
반응형
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의 유효기간이 만료 되었다는 의미인듯.
728x90
반응형
:
Posted by mapagilove