error while inflating XML in Google maps fragment
trying to display Google map using a fragment. Used the following page as a tutorial. I am getting the exception "Error Inflating class fragment ". 1) Imported the jar google-play-services.jar 2) downloaded and configured the google play services SDK. 3) got the latest v2 API Key. 4) Added permission com.google.android.providers.gsf.permission.READ_GSERVICES in the manifest. 5) using mindsdk = 8 and target = 16. For a reference, Androidmanifest.xml : <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.com.mapsdemo"