“Debug certificate expired” error in Eclipse Android plugins

前端 未结 17 1883
清歌不尽
清歌不尽 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:44

    First close the eclipse then

    Open CMD by Window Key + R or via Run as Admin

    Follows the following step

    del "%USERPROFILE%\.android\debug.keystore"
    keytool -genkey -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android -keyalg RSA -validity 30000
    

    after this restart eclipse.

提交回复
热议问题