kodiak211
Member
I created a google maps app. I have been using the debug md5 fingerprint to test my app as I built it. It worked fine. Now that I'm ready to publish, I'm having a problem with the nondebug md5 fingerprint I need to publish with. I'll go step by step with what I've done. I right click my app in eclipse, then go down to android tools > export signed application package. It pops up a window. I see my app name i hit next. keystore selection> create new> C:\AndroidApp\MapKey> create passwords for it hit next. Key creation> create my alias name. lets say mapalias> give it the same password as the keystore. Give it a validity of 1000> insert my name. hit next. destnation and key/certificate check> C:\AndroidApp\MyGoogleMaps.apk > hit finished. After that i open up cmd, I'm on windows 7. I type> keytool -list -v -alias mapalias -keystore C:\AndroidApp\MapKey -storepass mypass -keypass mypass. It generates the md5 code i need. I go to the website to register the md5 code. get the code i need to use on my android:apiKey="ofhsjfjfjmmmmmdnjjffmmf". Run it on the emulator and my phones. I get a grey screen with no map coming up. Theres something I'm missing hear... Please help if you can. Be clear please. I'm a newbe.
