地图在模拟器中的三星Galaxy平板电脑中不起作用

时间:2012-04-06 08:13:24

标签: google-maps android

我的应用程序是使用地图和其他一些列表视图开发的。

当我删除

<uses-library android:name="com.google.android.maps" />
从清单文件

应用程序运行正常,但是当我在清单中添加它时,我正在

Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

错误,如何解决此问题以在galaxy平板电脑模拟器中运行应用

2 个答案:

答案 0 :(得分:3)

您应该使用带有Google API的Android Build。右键单击您的项目&gt;属性&gt; Android,选择一个包含&#34; Google API&#34;在目标名称中。请务必选择所需的版本。

Google地图需要包含Google API的Android库。因此,如果您使用Android SDK 2.3 ...那么您应该选择&#34; Google API 2.3&#34;。

enter image description here

如果找不到,那么您应该使用Android SDK Manager下载它。

enter image description here

选择您需要的任何版本:

enter image description here

答案 1 :(得分:0)

您应该检查您的AVD是简单的还是Google API

因为Google MAP仅适用于Google API。