私はアンドロイドでGoogleマップで働いています
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!
main.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 を作成する
しかし、なぜエラーが表示されるのですか??!!!!!!!!!