android - How create debug keystore for a "Google Play App Signing" project -


for debug keystore (when run application directly out of android studio working google play services - doing sign in , on) have make debug keystore. new feature "google play app signing" generated keystore "upload key (google invented it)" special upload signature. problem (i guess) need debug keystore app signature (i guess). question is: how can create debug keystore "app signature" (the md5 , sha-1 know this), make possible run signed apps out of ide can sign google play services?

debug keystores automatically created android studio first time run or debug project in android studio in $home/.android/debug.keystore, , sets keystore , key passwords.

however, if you're looking sign app, can execute command in command line:

keytool -genkey -v -keystore my-release-key.jks -keyalg rsa -keysize 2048 -validity 10000 -alias my-alias 

Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -