Generate the Certificate Fingerprint
On Windows, open up a Command Prompt.
In the Command Prompt window, use the cd command to change to the .android subdirectory underneath your "home" directory, e.g. C:\Documents and Settings\xxxx\ where xxxx is your user name.
C:\> cd "\Documents and Settings\xxxx\.android"
Type in the following keytool command.
C:\> keytool -list -keystore debug.keystore
Note: if the system PATH is not set with the Java Development Kit's bin folder, then the full path to the keytool executable in the JDK/bin/ directory need to be used. For example,