In my Android SDK Manager, I have the Android Support Library installed. In my Downloads/android-sdk-macosx/extras/android/support directory, I have a v4, a v7, and v13. I copied android-support-v4.jar to the libs folder. Right clicked and selected Build Path > Configure Build Path. In the activity layout I added the following (using supportmapfragment rather than mapfragment):
<fragment xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/map" android:layout_width="match_parent" android:layout_height="match_parent" class="com.google.android.gms.maps.SupportMapFragment"/> But still I get this error: 04-16 17:42:00.928: E/AndroidRuntime(363): FATAL EXCEPTION: main 04-16 17:42:00.928: E/AndroidRuntime(363): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.otl.AndroidRemoteApp1/ com.otl.AndroidRemoteApp.ShowMapActivity}: android.view.InflateException: Binary XML file line #6: Error inflating class fragment Any ideas? -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

