我使用xamarin.android和visual studio 2012在我的应用程序中集成了android google maps v2,而我使用google play services 13.0。它运作得非常好。但是现在,地图不再加载了,当我调试它时,我在输出窗口 GooglePlayServicesLib.dll.so'找不到时看到了这个。我不知道如何解决它,请帮助我。
答案 0 :(得分:0)
Google将新的Maps V2 API作为Google Play Services SDK的一部分。所以在我们开始开发地图之前,我们需要从SDK管理器下载google play服务。您可以从Eclipse或从android sdk文件夹打开SDK管理器。
Open Eclipse ⇒ Windows ⇒ Android SDK Manager and check whether you have already downloaded Google Play Services or not under Extras section
。如果没有,请选择播放服务并安装软件包。