Trouble With Google Maps Api Key
I exported an android package file and created a new keystore through eclipse. The app uses google maps. App works fine in debug mode but after running the apk the app no longer
Solution 1:
Use the same keystore you sign your production .apk to register for the Maps API key, since in development, you are using the Debug keystore for your Maps API key.
Post a Comment for "Trouble With Google Maps Api Key"