Exception while loading assemblies Xamarin.Android.Support.v4

前端 未结 3 553
臣服心动
臣服心动 2021-01-11 14:27

I am working on visual studio with Xamarin.Forms, I get the following Error:

Exception while loading assemblies: System.IO.FileNotFou

3条回答
  •  半阙折子戏
    2021-01-11 15:00

    Try to delete files under

    {Win Drive}:\Users\{your user name}\AppData\Local\Xamarin\zips

    AppData may be a hidden folder!

    Than rebuild your application. Xamarin will download necessary files automatically. You can wait 10-20 minutes :) be patient.

    And try to download all android packages via 'SDK Manager' which is on the visual studio toolbar; if you are targeting a non-installed SDK version.

提交回复
热议问题