xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

VS 2015 can't open can't create the project, #110

Closed jassmith closed 5 years ago

jassmith commented 6 years ago

From @anirugu on May 31, 2018 12:50

cross post from here https://github.com/conceptdev/xamarin-forms-samples/issues/26

Copied from original issue: xamarin/Xamarin.Forms#2884

ghost commented 6 years ago

How to reproduce this bug, here are steps

  1. Install Visual Studio 2015 with update 3 (if you install from web, it will be updated to latest patch)

Create the xamarin.forms project, it will work.

  1. go to tools > xamarin > update > check now > update to 4.8 something,

now it's broken. The problem was not there when I just using 4.2 but when I update the xamarin to 4.8 it's stopped working.

tested here twice, I hope it will produce same result on other machine too.

ghost commented 6 years ago

For someone who needs a workaround for this, you can downgrade to 4.6 and don't upgrade your NuGet package before making a backup.

This is how I get this problem solved.

Redth commented 5 years ago

Is this still an issue? how do we reproduce?