博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Visual Studio Xamarin编译Android项目出错的解决办法
阅读量:6376 次
发布时间:2019-06-23

本文共 1310 字,大约阅读时间需要 4 分钟。

安装完Xamarin后,编译Android项目时,你会发现好长时间进度都不动,当你取消编译后,会发现其实是出错了,就是因在Android项目在第一次编译时要去google网站上下一个andorid sdk包,墙内又连不上,就卡在那了,解决办法就是自已到国内的一些镜像网站上(如:)下一个,如:android_m2repository_r29.zip, 然后解压到任意目录下,用mklink建立链接到C:\Users\{username}\AppData\Local\Xamarin\Android.Support.v4\23.3.0.0目录下,名字叫content,如命今:

cd Android.Support.Animated.Vector.Drawable\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\cd Android.Support.Design\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\cd Android.Support.v4\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\cd Android.Support.v7.AppCompat\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\cd Android.Support.v7.CardView\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\cd Android.Support.v7.MediaRouter\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\cd Android.Support.v7.RecyclerView\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\cd Android.Support.Vector.Drawable\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\cd Android.Support.Animated.Vector.Drawable\23.3.0.0rmdir contentmklink /j content ..\..\android_m2repository_r29cd ..\..\

这样再回到VS中编译,就OK了。

 

转载地址:http://sxjqa.baihongyu.com/

你可能感兴趣的文章
RHEL6.3实现基于加密的用户认证验证访问
查看>>
SCCM2012 R2实战系列之十一:解决OSD分发Windows7 系统盘盘符为’D’问题
查看>>
Nginx实战进阶篇一 Nginx反向代理及负载均衡实现过程部署
查看>>
经验分享:我是如何在网店无货源情况下快速出单?
查看>>
为何某些文章的阅读量这么高?
查看>>
当AD服务器置于防火墙内时,所需开放的端口
查看>>
限免的Mac App套件,工程师绝对不可错过
查看>>
Exchange 2013 添加地址列表到脱机通讯簿
查看>>
Skype for Business Server 2015-05-监控和存档服务器-配置
查看>>
浅谈物化视图
查看>>
安装SQL Server 2017
查看>>
超融合超越企业传统存储绕不开的六个问题
查看>>
医院CIO的一幅工作对联
查看>>
iOS客户端的APNS服务简介与实现
查看>>
DPM灾难切换应用场景
查看>>
简单配置Oracle10g DataGuard物理备库
查看>>
网曝支付宝漏洞:手机丢了,支付宝也就完了
查看>>
4 在vCenter Server安装View Composer组件
查看>>
SFB 项目经验-24-为持久聊天室-查询或者增加成员
查看>>
Linux下配置Squid基础教程
查看>>