Android Google Maps fragment in the xml. I get “Unexpected namespace prefix”
问题 I'm trying to learn android, and having followed the instructions on how to use the Google Maps API V.2 I now got it working. However, the instructions on how to configure the initial state of the maps, found at developers.google.com, suggests a namespace defined in the xml-file, in this case "map". The xml-code below gives med the error "Unexpected namespace prefix "map" ". Trying to define the xmlns:map inside the fragment tag gave the same error but with "xmlns". I'm obviously missing some