简体   繁体   English

Xamarin Forms Project生成错误

[英]Xamarin Forms Project builds with errors

I'm using VS2015 and the latest version of Xamarin. 我正在使用VS2015和最新版本的Xamarin。 I'm trying to build a blank Xamarin Forms project, but when I go to just build the project, I get this error: 我正在尝试构建一个空白的Xamarin Forms项目,但是当我去仅构建该项目时,出现此错误:

Download failed. 下载失败。 Please download https://dl-ssl.google.com/android/repository/android_m2repository_r22.zip and put it to the C:\\Users\\warrenbr\\AppData\\Local\\Xamarin\\Android.Support.Design\\23.0.1.3 directory. 请下载https://dl-ssl.google.com/android/repository/android_m2repository_r22.zip并将其放入C:\\ Users \\ warrenbr \\ AppData \\ Local \\ Xamarin \\ Android.Support.Design \\ 23.0.1.3目录。

XamarinForms.Droid XamarinForms.Droid

So I've downloaded the zip and extracted it into the directory, tried to rebuild the project, but no dice. 因此,我已经下载了zip并将其解压缩到目录中,尝试重建项目,但是没有骰子。 Is there a certain way I have to extract it, or certain folders I have to pull out of the zip? 有某种方法我必须将其解压缩,还是必须将某些文件夹拉出zip?

OK, so I had to unzip the contents of the zip into a content folder for each package: OK,所以我不得不将zip的内容解压缩到每个程序包的content文件夹中:

C:\\Users\\%username%\\AppData\\Local\\Xamarin\\Android.Support.Design\\23.0.1.3\\content C:\\Users\\%username%\\AppData\\Local\\Xamarin\\Android.Support.Design.v4\\23.0.1.3\\content C:\\ Users \\%username%\\ AppData \\ Local \\ Xamarin \\ Android.Support.Design \\ 23.0.1.3 \\ content C:\\ Users \\%username%\\ AppData \\ Local \\ Xamarin \\ Android.Support.Design.v4 \\ 23.0 .1.3 \\内容

etc... 等等...

Then I ended up restarting Windows, and that seemed to do the trick. 然后我最终重新启动Windows,这似乎可以解决问题。 Rebuilding the solution didn't seem to fix it before this. 在此之前,重建解决方案似乎并没有解决。

You need to delete all from the path: C:\\Users\\USERNAME\\AppData\\Local\\Xamarin Folders and Zip files. 您需要从以下路径中全部删除:C:\\ Users \\ USERNAME \\ AppData \\ Local \\ Xamarin文件夹和Zip文件。 And then rebuild your project. 然后重建您的项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM