“Debug certificate expired” error in Eclipse Android plugins

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

    To fix this problem, simply delete the debug.keystore file.

    The default storage location for AVDs is

    In ~/.android/ on OS X and Linux.

    In C:\Documents and Settings\.android\ on Windows XP

    In C:\Users\.android\ on Windows Vista and Windows 7.

    Also see this link, which can be helpful.

    http://developer.android.com/tools/publishing/app-signing.html

提交回复
热议问题