【发布时间】:2014-01-05 06:33:11
【问题描述】:
我有一个使用 Google Maps API V1 的项目。所以我需要在我的清单中添加关注标签
<uses-library android:name="com.google.android.maps" />
问题是当我尝试在 Genymotion 模拟器上运行时。我收到了这个错误
Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
当我删除 uses-library 标记时,我可以运行我的项目,但随后我的活动中出现了使用 google maps api 的其他错误。
我能做什么??
谢谢
【问题讨论】:
标签: android genymotion