次のようなアプリの署名をエクスポートするには、keytoolを使用する必要があると記載されています。
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
それを実行するためにkeytoolを見つける方法がわかりません。Windowsコマンドプロンプトを開いて上記のコマンドを貼り付けようとしましたが、うまくいきませんでした。
/usr/local/java/bin# ./keytool
を実行している場合Windowsを実行している場合find the JDK install path and check bin folder