标签:
1、前言:
1.1参考:
http://www.tuicool.com/articles/mYrmmuu
http://www.cnblogs.com/lwme/p/use-xamarin-develop-android-ios-app.html
http://www.cnblogs.com/jjhe369/p/3794087.html
1.2下载:
主要是离线安装包,打包好的:http://pan.baidu.com/s/1c0xxQtq
关于xamarin,可以下载最新的版本:http://www.wuleba.com/27133.html
2、安装过程,参考1.1所述文献,此处不再写。
3、安装完成后,还是存在无法调试,和无法部署运行的问题,经过查找资料、总结,归纳如下:
3.1,问题:调试程序的时候直接闪退的问题(参考http://www.wuleba.com/26426.html)
解决:闪退不用共享库就行了。去掉勾选就可以了!如下图
3.2,问题:程序“Mono”已退出,返回值为 255 (0xff)。Couldn‘t connect to logcat, GetProcessId returned: 0 (参考:http://my.oschina.net/u/588339/blog/336002)
解决:
Couldn‘t connect to logcat, GetProcessId returned: 0
Open your application properties Android Manifest -->Required Permission -->Enable ACCESS_COARSE_LOCATION and INTERNET(tick) Android Options --> Supported Architecture -->Enable armeabi and armeabi-v7a
3.3(未完待续)
xamarin for vs2013之hello world!
标签:
原文地址:http://www.cnblogs.com/gisyk/p/4651336.html