What is production keystore in android and how can I get the path-to-production-keystore?

Please use below command for linux, if you don't have keystore file:

 keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

Production keystore will generate when you are creating signed APK file.

Refer below link for information:

http://developer.android.com/tools/publishing/app-signing.html


Stumble upon this but I was using Windows. I got my answer hoping to help other Windows user who came to this post.

keytool -list -v -alias androiddebugkey -keystore C:\Users\<name>\.android\debug.keystore