for a debug keystore (when run a application directly out of android studio which is working with google play services - doing a sign in and so on) you have to make a debug keystore. But with the new feature "Google Play App Signing" the generated keystore is a "Upload Key (google invented it)" with a special Upload Signature. The problem is (i guess) that i need a debug keystore with an App Signature (i guess). So the question is: How can i create a debug keystore with the "App signature" (the MD5 and SHA-1 i know for this), to make it possible to run signed apps out of the IDE that can sign into google play services?
How create debug keystore for a "Google Play App Signing" project
4k views Asked by TypeOverride At
3



Debug keystores are automatically created for you by Android Studio the first time you run or debug your project in Android Studio in $HOME/.android/debug.keystore, and sets the keystore and key passwords.
However, if you're looking to sign your app, you can execute this command in the command line: