“Debug certificate expired” error in Eclipse Android plugins

前端 未结 17 1655
清歌不尽
清歌不尽 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 07:56

    • WINDOWS

    Delete: debug.keystore located in C:\Documents and Settings\\[user]\.android, Clean and build your project.

    • Windows 7 go to C:\Users\[username]\.android and delete debug.keystore file.

    Clean and build your project.

    • MAC

    Delete your keystore located in ~/.android/debug.keystore Clean and build your project.

    In all the options if you can´t get the new debug.keystore just restart eclipse.

提交回复
热议问题