Visual Studio build - "(407) Proxy Authentication Required" when build xamarin Droid project

860 Views Asked by At

I used network proxy which needs username/password for authentication in our company. I am working on Xamarin development, and using visual studio 2015 as IDE. When I build Android project, many errors occurred. The main error is "(407) Proxy Authentication Required".

I tried to edit devenv.exe.config, but it is useless.

I tried this suggestions, all are useless.

Package manager in Visual Studio 2015 "407 (Proxy Authentication Required)"

407 Proxy Authentication Required

How can I solve this issue? Any help?


Severity Code Description Project File Line Source Suppression State Error Please install package: 'Xamarin.Android.Support.v7.AppCompat' available in SDK installer. Java library file C:\Users\myname\AppData\Local\Xamarin\Xamarin.Android.Support.v7.AppCompat\23.3.0.0\content\classes.jar doesn't exist. App1.Droid Build Error Reason: The remote server returned an error: (407) Proxy Authentication Required. App1.Droid Build Error Reason: The remote server returned an error: (407) Proxy Authentication Required. App1.Droid Build Error Please install package: 'Xamarin.Android.Support.Vector.Drawable' available in SDK installer. Android resource directory C:\Users\myname\AppData\Local\Xamarin\Xamarin.Android.Support.Vector.Drawable\23.3.0.0\content./ doesn't exist. App1.Droid Build Error Download failed. Please download https://dl-ssl.google.com/android/repository/android_m2repository_r29.zip and put it to the C:\Users\myname\AppData\Local\Xamarin\Xamarin.Android.Support.v4\23.3.0.0 directory. App1.Droid Build Error Please install package: 'Xamarin.Android.Support.Vector.Drawable' available in SDK installer. Java library file C:\Users\myname\AppData\Local\Xamarin\Xamarin.Android.Support.Vector.Drawable\23.3.0.0\content\classes.jar doesn't exist. App1.Droid Build Error Reason: The remote server returned an error: (407) Proxy Authentication Required. App1.Droid Build

Error Please install package: 'Xamarin.Android.Support.v7.RecyclerView' available in SDK installer. Java library file C:\Users\myname\AppData\Local\Xamarin\Xamarin.Android.Support.v7.RecyclerView\23.3.0.0\content\classes.jar doesn't exist. App1.Droid Build

Thanks, Airong

0

There are 0 best solutions below