I have a pretty simple Android app that uses Google Maps API to display a map with a few pins.
When I run the project on my device through Eclipse, everything is working fine. However, when I export a signed APK and install this on my device through Google Play store, I get only a gray screen in place of the map.
I'm not getting any errors in LogCat, so I don't know where to begin debugging. Does anyone have any ideas?