How to Generate SHA-1 Certificate Fingerprint for your App | Android Studio

preview_player
Показать описание
🏆 My Online Courses

🐱‍👤 Wanna become a member? Join!

📸 Instagram

In this video you'll learn how to generate SHA-1 certificate fingerprint for you app. Android requires that all APKs be digitally signed with a certificate before they are installed on a device or updated or if you choose to use some of the Google APIs.
Рекомендации по теме
Комментарии
Автор

If you don't have the run configuration in the Gradle Tool Bar...You can create one.

Hit Run < Edit Configurations < Select Gradle < Add new configuration ( Alt + Insert )

You can name this new file "signingReport"

This will create a new configuration file which you need to edit the Tasks area. Put "signingReport" without the quotes into the Tasks area. Also, select the current project if it isn't defaulted.
You should now have a run configuration similar to the one in the video you can quickly access from the Gradle Tool Bar.

TylerdPool
Автор

Hello, I can't find TetProject in the new Gradle version.

starlite
Автор

Run configuration is not showing in my ide.

sivam
Автор

great video! I want to Generate a SHA-1 Certificate Fingerprint for my App so i can log in with a google gmail but my android studio is missing Gradle tools window... can you help with this problem?

LuisRuiz-ptqf
Автор

What should i do next with the SHA1 key? I try to push my .aab file to console google play but i've got this message " Select the correct key (SHA1: ...) and try again. "" Help

УчительЛитературы-хщ
Автор

BRUH STILL NOT USEFULL 18TH VIDEO IV TRIED NOT TRYIN TO BE RUDE BUT STILL WTF YOUTUBE

lectryack
Автор

i dont see this under gradle bar. whats wrong

goutham