score:1

google / native maps is currently available on real devices and not on simulator.

showing openstreetmap is the default and correct behaviour, but the exception shouldn't be thrown. how are you creating your map? the simple and right way is:

mapcontainer googlemap = new mapcontainer();
f.add(borderlayout.center, googlemap);

Related Query

More Query from same tag