IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
[原]Xamarin nuget package update 错误
csharp25
发表于
2016-01-10 19:52:54
love
0
update xamarin.Forms包时出现错误:
‘The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.’
于是移动了项目的位置,以至于sln的路径字符串小于248了,问题解决。