How to get SHA1 certificate fingerprint (Windows | Mac)

Channel:
Subscribers:
8,039
Published on ● Video Link: https://www.youtube.com/watch?v=a6Xm_gVlEaE



Category:
Guide
Duration: 1:00
9,795 views
75


In Android, there are two types of keystores. A debug Keystore, and a release Keystore. Debug Keystore has generated automatically when the Android SDK is installed or run for the first time. The release Keystore has to be generated manually by the user for each application before release. As it requires private information such as name, password, etc. To obtain an Android SHA1 fingerprint from your desired keystore, please follow this video steps:

For Windows:
keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

For Mac and Linux:
1) Open Terminal.
2) Type the below command:
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android


Why do you need to Subscribe to my channel?
1. It's free (you just need the google mail account)
2. Up to date (every my videos in your mail)
3. Help me to grow up this channel
4. More subscribers = More events.
5. Subscribe channel Real Tech (Stay Connected).

If you got any error, let me know by commenting below.
======================================================
Contact:
======================================================
YOUTUBE: https://youtube.com/RealTechA2Z
FACEBOOK: https://facebook.com/realtechA2Z
======================================================
Thank you.
Real Tech Stay Connected.

#RealTech #RealTechStayConnected #SHA1Fingerprint




Other Videos By Real Tech


2019-06-12Unsupported Modules Detected Compilation is not supported for following modules | Android Error
2019-03-28How to fix NullPointerExceptions | in Android Studio | Java | Part 2
2019-03-16Android Studio How I develop app
2019-02-01android.content.res.ResourcesNotFoundException String resource ID #0x17 | Android Studio
2019-01-30IllegalArgumentException radius must be greater than 0 | Do not use %p | Solved
2018-11-30Calling startActivity() from outside of an Activity context requires the FLAG ACTIVITY NEW TASK flag
2018-11-19How to stop unwanted Browser's Notifications on Android Phone / Chrome / UC / Firefox Browser
2018-11-18This recipient does not accept payments denominated in INR/USD
2018-11-14Remove Android Studio Emulator Frame | Show Emulator Screen Only
2018-11-05How to Take ScreenShots on Windows 10 | Easy way
2018-11-04How to get SHA1 certificate fingerprint (Windows | Mac)
2018-10-28Pixel aspect ratio correction is for preview purposes only | Adobe Photoshop
2018-10-28Android Error While Installing APKs | DELETE FAILED INTERNAL ERROR
2018-10-25How to fix Null Pointer Exception | in Android Studio | Java | Use try-catch block. | Part 01
2018-10-24Android Resource Linking Failed - Android Studio Error
2018-10-23Resolution The Game Requires Steam Error CSGO
2018-10-22How to access Apple HFS+ Drives/Volumes on Windows PC
2018-10-16Android Emulator process finished exit code 1 x86 emulation currently requires hardware acceleration
2018-10-15Room database cannot verify the data integrity | fallbackToDestructiveMigration | Android Studio
2018-09-13How to show SECONDS in taskbar clock (HH MM to HH MM SS) | Windows 10 Show Seconds in System Clock
2018-09-11Delete Confirmation Dialog Box Not Showing - Windows 10 (SOLVED)



Tags:
Solve
how to
debug keystore android studio
Android SHA1 fingerprint
SHA1 Key
digital certificate
What is sha1 certificate
What is sha1 used for?
sha1 certificate
how to generate sha1 key in windows
how to generate sha1 key in android studio
get release sha1 android studio
how to change sha1 key in android studio
generate sha1 key android
sha1 fingerprint
sha1 fingerprint certificate
sha1 fingerprint android
sha1 key using cmd
cmd
keystore
Windows
androiddebugkey