Error Inflating class com.google.android.maps.MapView

bin ich nur nach einer einfachen map tutorial http://developer.android.com/resources/tutorials/views/hello-mapview.html aber immer diese Fehlermeldung . Ich bin neu auf android ich habe versucht, Folgen die Lösung bereitgestellt über das internet, aber keine Erfolg noch. Bitte helfen Sie mir. Mein main .xml ist unten

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/mapview"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:clickable="true"
    android:apiKey="***"
/>

und manifestfile wird diese

InformationsquelleAutor der Frage zeshu | 2011-07-01

Schreibe einen Kommentar