安卓开发,在小弟我的eclipse中新建了安卓工程但是没有GoogleAPI的MapView这个控件,

安卓开发,在我的eclipse中新建了安卓工程但是没有GoogleAPI的MapView这个控件,求助。
安卓开发,在我的eclipse中新建了安卓工程但是没有GoogleAPI的MapView这个控件,求助。
首先我建立的安卓工程buildtarget选择了googleAPI
而且我在manifest中也导入了库 <uses-library android:name="com.google.android.maps"></uses-library>
但是在xml中应用MapView控件的时候根本引用不出来,还是只有安卓的基本控件。
这是什么原因!!??
求助啊,纠结我一天了!!
eclipse android xml

------解决方案--------------------
把这段 加在xml里试试
<com.google.android.maps.MapView  
        android:id="@+id/mapView"  
        android:layout_width="fill_parent"  
        android:layout_height="fill_parent"  
        android:clickable="true"  
        android:apiKey="0AGkgJO3XApZXR0NLQKLg5I_9ipj4upGXtAIzRw"/>