Skip to main content
1 of 5
Jagar
  • 940
  • 14
  • 28

Recently Android Studio and in its last update has removed signingReport but you can still get these details in Android studion in Terminal, just write the following command:

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 
Jagar
  • 940
  • 14
  • 28