keytool -list -v
-alias androiddebugkey -keystore %USERPROFILE%.android\debug.keystore
i need to get SHA1, but when this code is run it will show what is in this picturecheck this out who can help me?
keytool -list -v
-alias androiddebugkey -keystore %USERPROFILE%.android\debug.keystore
i need to get SHA1, but when this code is run it will show what is in this picturecheck this out who can help me?
open applevel build,gradle file in new window then from gradel tab on left side open android->app->signing report it will generate SHA-1 key for debug and release
First thing go to the path of jdk and open cmd there :- example path(May be its your path two ) : C:\Program Files\Java\jdk-15.0.2
Then paste the below line :-
keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%.android\debug.keystore
where in place of %USERPROFILE%.android you need to put path of "debug.keystore" in my case it was : C:\Users\wil10\.android