“Debug certificate expired” error in Eclipse Android plugins

前端 未结 17 1921
清歌不尽
清歌不尽 2020-11-22 07:39

I am using Eclipse Android plugins to build a project, but I am getting this error in the console window:

[2010-02-03 10:31:14 - androidVNC]Error generating          


        
17条回答
  •  旧巷少年郎
    2020-11-22 08:09

    On Vista, this worked:

    1. DOS: del c:\user\dad\.android\debug.keystore

    2. ECLIPSE: In Project, Clean the project. Close Eclipse. Re-open Eclipse.

    3. ECLIPSE: Start the Emulator. Remove the Application from the emulator.

    You are good to go.

    I was pretty worried when I say that error, but I fixed it from reading here and playing around for 10 minutes.

提交回复
热议问题