danyRoyal
danyRoyal

Reputation: 53

How to regenerate new SHA1 key for other projects

I cannot link my android app project with firebase console. Because every time when I create a new project and generate an SHA-1 key, it generates same key for every project. I stuck in it and didn't find an answer. Please Help me

Upvotes: 5

Views: 3147

Answers (1)

TejaDroid
TejaDroid

Reputation: 6811

I think you are doing mistake while generating the SHA-1 Key, as we know there already located debug.keystore for default keystore use, so when ever you fire the code for SHA-1 then there default keystore (debug.keystore) will use.

so may be due to this reason you have every time same SHA-1.

Please follow this link, here describe how to find the SHA-1 using Android Studio also inside android studio.

Upvotes: 5

Related Questions