I am pulling my hair out and cannot afford it.
I have Google maps and GoogleMapsExtras working. Now I want to display the map in an action bar tab.
When I do this, I get an error.
java.lang.IllegalArgumentException: No view found for id 0x2711 (unknown) for fragment MapFragment{4443c5d #0 id=0x2711}
The Sub MapFragment1_Ready never triggers.
Activity.LoadLayout("mapview") <-- works
This does not find the mapfragment.
Maps & Extras V2.0
StdActionBar V1.52
I have Google maps and GoogleMapsExtras working. Now I want to display the map in an action bar tab.
When I do this, I get an error.
java.lang.IllegalArgumentException: No view found for id 0x2711 (unknown) for fragment MapFragment{4443c5d #0 id=0x2711}
The Sub MapFragment1_Ready never triggers.
Activity.LoadLayout("mapview") <-- works
This does not find the mapfragment.
vp.Initialize("vp", 6, 100%x, height)
Activity.AddView(vp.AsView, 0, 0, 100%x, height)
vp.Panels(3).LoadLayout("mapview")
How do I get this to work?Activity.AddView(vp.AsView, 0, 0, 100%x, height)
vp.Panels(3).LoadLayout("mapview")
Maps & Extras V2.0
StdActionBar V1.52