Using the Eclipse IDE, you can generate the hash the moment you export your project to an APK by going to File > Export by selecting Export Android Application and on the screen following your project, you will have something like this:
Oncegenerated,atthelastscreenyouwillseeaCertificatefingerprints,whichareinMD5andSHA1.
WiththisSHA1,youcansimplyaccessyour Google Developers Console > in your project and add this fingerprint to the existing Key for Android applications credential that you use for debug mode. Remember that you do not need to create another credential, just add a new line with this SHA1 generated for production.
To test this APK , just install on your device that it already has the new production keystore , the same one you will use in Play .