Find the debug.keystoreWindows Vista: C:\Users\’user’\.android\debug.keystore 
Windows XP: C:\Documents and Settings\’user’\.android\debug.keystore 
Mac OS X und Linux: ~/.android/debug.keystore 
and call the command
keytool -list -alias androiddebugkey -keystore .keystore -storepass android -keypass android
The md5 checksum is generated and printed to the screen.  debug.keystore我找到了  接下来该怎么做?