How to generate the SHA1 fingerprint certificate in Android Studio for google API's

preview_player
Показать описание
In this tutorial going to show you, how you can generate the SHA1 fingerprint certificate in Android Studio for google API's

You guys can use this code

try {
PackageInfo info = getPackageManager().getPackageInfo(
getPackageName(),
PackageManager.GET_SIGNATURES);
}
}
catch (PackageManager.NameNotFoundException e) {

}
catch (NoSuchAlgorithmException e) {

}
Рекомендации по теме