admin管理员组

文章数量:1206940

I am trying to generate a new SHA-1 hash for my Android project in Android Studio, but every time I run the Gradle command or use the gradlew signingReport task, I keep getting the same SHA-1 hash as before.

Here are the steps I followed:

Opened Android Studio and navigated to the Gradle panel.
Executed the gradlew signingReport task to retrieve the SHA-1 hash.

No matter how many times I regenerate the hash, it remains the same.

本文标签: firebaseGradle keeps generating the same SHA1 hash in Android StudioStack Overflow