【发布时间】:2013-10-24 07:40:59
【问题描述】:
我一直在尝试使用https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2 和https://github.com/xamarin/monodroid-samples/tree/master/GooglePlayServices 中的步骤实现 Google Play 服务
android update project -p "path to project" -t 4 工作
ant调试工作,更新project.properties,添加Api key
但是,在 Mac 上的 Xamarin studio 4.0.3 中构建时,请使用 Xamarin android 4.6。缺少什么包裹。任何建议表示赞赏。我引用 Mono.android,support.v4
/Users/TheCall/MapView/Components/googleplayservices-9.0/samples/GooglePlayServicesApp/GooglePlayServicesApp/obj/Debug/android/src/mono/com/google/android/gms/appstate/OnSignOutCompleteListenerImplementor.java(34,34):
Error: package com.google.android.gms.appstate does not exist
com.google.android.gms.appstate.OnSignOutCompleteListener (GooglePlayServicesApp)
【问题讨论】:
标签: xamarin.android