Xamarin.Android 反复报 Please Download android_m2repository_rxx.zip 的解决办法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xamarin.Android 反复报 Please Download android_m2repository_rxx.zip 的解决办法相关的知识,希望对你有一定的参考价值。
我原来一直用的是老版本的 Xamarin , android_m2repository_rxx.zip 早已在 C:\\Users\\XXX\\AppData\\Local\\Xamarin\\Android.Support.Design\\XXX 中存在,所以更新最新的 Xamarin 后, 这一块都是没有任何问题的。
有园友反映这个 zip 明明已经放到了指定的文件夹中,但是还是会反复的 Please download XXXX。
1>C:\\Program Files (x86)\\MSBuild\\Xamarin\\Android\\Xamarin.Android.Common.targets(348,2): error XA5208: Download failed. Please download https://dl-ssl.google.com/android/repository/android_m2repository_r22.zip and put it to the C:\\Users\\Administrator\\AppData\\Local\\Xamarin\\Android.Support.Design\\23.0.1.3 directory.
1>C:\\Program Files (x86)\\MSBuild\\Xamarin\\Android\\Xamarin.Android.Common.targets(348,2): error XA5208: Reason: 发生一个或多个错误。
1>C:\\Program Files (x86)\\MSBuild\\Xamarin\\Android\\Xamarin.Android.Common.targets(348,2): error XA5207: Please install package: ‘Xamarin.Android.Support.Design‘ available in SDK installer. Java library file C:\\Users\\Administrator\\AppData\\Local\\Xamarin\\Android.Support.Design\\23.0.1.3\\embedded\\classes.jar doesn‘t exist.
1>C:\\Program Files (x86)\\MSBuild\\Xamarin\\Android\\Xamarin.Android.Common.targets(348,2): error XA5208: Download failed. Please download https://dl-ssl.google.com/android/repository/android_m2repository_r22.zip and put it to the C:\\Users\\Administrator\\AppData\\Local\\Xamarin\\Android.Support.Design\\23.0.1.3 directory.
1>C:\\Program Files (x86)\\MSBuild\\Xamarin\\Android\\Xamarin.Android.Common.targets(348,2): error XA5208: Reason: 发生一个或多个错误。
今天我在公司的电脑上试了试,确实存这个问题。
如果因为这个android_m2repository_rxx.zip 无法下载而引起的编译错误,请按如下方法解决:
1,
在C:\\Users\\XXX\\AppData\\Local\\Xamarin\\zips 下面有一个空的 zip 文件:
2,把准备好的 android_m2repository_rxx.zip 放到这个文件夹下,并重命名为上图中的那个文件名(即替换)。
3,重新编译。
这个问题在老版本中不存在(具体是哪个版本中有这个问题的,我不清楚),现在只需要把 android_m2repository_rxx.zip 放到这一个文件夹下,并重命名,不在需要放入其它的文件夹下。
以上是关于Xamarin.Android 反复报 Please Download android_m2repository_rxx.zip 的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
Xamarin.Form与Xamarin.Android或Xamarin.IOS的区别简述
Xamarin.forms(或)xamarin.ios/xamarin.android(或)本机
Xamarin.Forms 是 Xamarin.Android、Xamarin.IoS 和 Xamarin.Win 的简单总和吗?
xamarin android开发 两个按钮 怎么放在同一排上
抽屉布局在 Xamarin.Android.Support.Core.UI 和 Xamarin.Android.Support.V4 中都存在