I am working on a Mapview in my android application, in which i have to show few lat long location with balloons on the map view.
It is working well in emulator and when I run thru my run configuration in my device too, but when i send the apk for other devices, the MAP view class do not generate MAP.
This problem arises only when I transfer the APK for other devices. The APK is Signed well with the authenticate signature.
Please let me know the cause of such prob.
The only reason I know so far for devices not showing the maps is related to the maps api key wich should be in your map layout with something like this:
android:apiKey="Your Maps API Key goes here"you can find the info here: Android MapView Tutorial and I will quote a bit of it that might be your issue: