Can I use the .NET Google GData client in a MonoTouch or MonoDroid app?

妖精的绣舞 提交于 2019-12-12 04:28:50

问题


Is it possible to reference a library such as the Google GData .NET client in a MonoTouch or MonoDroid app? It would make integration with Google's services much easier.

Thank you.


回答1:


To get that library (or any library, really) to work against MonoTouch or Mono for Android you'd need to compile it against that profile. Out of the box the GData client won't compile against those profiles because it has some dependencies that aren't compatible. There's a post up here by Mike Bluestein that talks about getting it working with MonoTouch. The same approach should also apply to Mono for Android.



来源:https://stackoverflow.com/questions/6398643/can-i-use-the-net-google-gdata-client-in-a-monotouch-or-monodroid-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!