On Windows, open the Command Prompt program. You can do this by going to the Start menu
keytool -exportcert -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
On Mac/Linux, open the Terminal and paste
keytool -exportcert -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore