积极答复者
请教有关VS Community开发安卓应用的问题

问题
答案
-
你好:
你指的是VS2013 Community是吧?可以参考官方的文档,里面有比较详细的介绍:
https://msdn.microsoft.com/zh-cn/library/dn771552.aspx
如果是VS2015的话可以参考这里:
https://msdn.microsoft.com/zh-cn/library/dn879821%28v=vs.140%29.aspx?f=255&MSPPError=-2147217396
另外也有很多中文的资料可以供参考,比如这篇博客:
http://www.cnblogs.com/yunfeifei/p/4181164.html
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 CaillenModerator 2015年4月27日 9:53
全部回复
-
你好:
你指的是VS2013 Community是吧?可以参考官方的文档,里面有比较详细的介绍:
https://msdn.microsoft.com/zh-cn/library/dn771552.aspx
如果是VS2015的话可以参考这里:
https://msdn.microsoft.com/zh-cn/library/dn879821%28v=vs.140%29.aspx?f=255&MSPPError=-2147217396
另外也有很多中文的资料可以供参考,比如这篇博客:
http://www.cnblogs.com/yunfeifei/p/4181164.html
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 CaillenModerator 2015年4月27日 9:53
-
的确,用Apache Cordova做出来的是基于WebView的,微软只是预装这个Visual Studio扩展了而已。和网页的区别是你可以在JS里直接调操作系统的API,不过这个和本论坛主题——C#——没什么关系。
用C#做开发的话可以用Xamarin、Unity之类的中间件。你可以去visualstudiogallery.msdn.microsoft.com搜索Visual Studio扩展,或者直接上中间件商家的网站去下载。
Visual C++ MVP- 已编辑 Sheng Jiang 蒋晟Moderator 2015年5月3日 21:40
-
Apache Cordova并非微软产品,你应该去https://cordova.apache.org看文档再说。 Xamarin也不是微软产品,而是Xamarin公司的产品。参考资料可以去developer.xamarin.com找。
Apache Cordova的iOS支持也必须使用苹果电脑、操作系统和开发工具,你的问题不成立。
Visual C++ MVP -