I have built an android application which has a single mapview.
I have a bug where the map view occasionally has missing tiles. The map view is not completely blank some tiles appear but not all of them. All the answers here relate to API Keys or issues with having multiple mapviews in one app. This is not the problem.
It occurs intermittently, approximately one in every five times I start the application after clearing all data out of the app. So its typical seen on new installations.
It only occurs on Android 2.2 devices (Samsung Galaxy S definately)
Note the logs show:
07-21 17:11:52.274: INFO/MapActivity(25951): Handling network change notification:CONNECTED
07-21 17:26:25.629: ERROR/MapActivity(26064): Couldn't get connection factory client
When the tiles fail to load zooming in and out or restarting does not refresh the tiles. Only solution is to go to Settings->Manage Applications->[select app]->Clear data then restart the app.
Anyone seen this before and know of the cause or workaround?
Cheers.