I am a beginner android developer working on my first project. I unable to find the debug SHA 1 key through the general procedure
I am a beginner android developer working on my first project. I unable to find the debug SHA 1 key through the general procedure
Yeah I was also facing this problem with the new Android Studio 4.2 but found the solution eventually
Put this command in the terminal of android studio and hit enter
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android