我在安卓的谷歌地图上工作
我添加了 Google API API17 REV3
但在我看来错误:
[2013-07-29 10:24:09 - googlemap] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2013-07-29 10:24:09 - googlemap] Please check logcat output for more details.
[2013-07-29 10:24:09 - googlemap] Launch canceled!
主.xml:
<com.google.android.maps.MapView
android:id="@+id/themap"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="mykeyapi" />
我的代码是:
MapView view=(MapView) findViewById(R.id.themap);
view.setBuiltInZoomControls(true);
我添加到 manifest.xml:
<uses-permission android:name="android.permission.INTERNET" />
和
<uses-library android:name="com.google.anroid.maps"/>
并创建 AVD Google API
但是在我看来错误为什么??!!!!!!!!!