how to get sha1 key in android studio || Current Version or NewVersion

Anil Kr Mourya
Sep 23, 2023

--

To get the SHA-1 key in Android Studio, follow these steps:

  1. Open your Android Studio project.
  2. Click on the Gradle tab on the right-hand side of the window.
  3. Click on the Run button (elephant icon).
  4. In the Run Gradle Task dialog box, type signingReport and click Run.

The SHA-1 key will be displayed in the Run window at the bottom of the IDE.

Note: If you are using a newer version of Android Studio (4.2 or later), the signingReport task may not be visible in the Run Gradle Task dialog box. To find it, go to Tasks > Android > signingReport.

https://youtu.be/xV7wWrRx4Xs?si=kZKiaByIBE-hQOYs

--

--