Differences between revisions 1 and 2
Revision 1 as of 2019-05-29 14:55:03
Size: 473
Editor: scot
Comment:
Revision 2 as of 2019-05-29 14:55:12
Size: 474
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Before you install Android.Auth, Add the required version of Xamarin.Android.Support.CustomTabs (on 5/29/2019 this was 27.0.2.1 to match my Xamarin.Android.Support.v7.AppCompat) to all projects (I'm on 1.6.0.4). Now when you compile it it should not give you a version conflict! Before you install Android.Auth, Add the required version of Xamarin.Android.Support.!CustomTabs (on 5/29/2019 this was 27.0.2.1 to match my Xamarin.Android.Support.v7.AppCompat) to all projects (I'm on 1.6.0.4). Now when you compile it it should not give you a version conflict!

How to fix the Android.Auth Version Conflict

The following link describes the problem and a potential solution: https://github.com/xamarin/Xamarin.Auth/issues/294

Solution

Before you install Android.Auth, Add the required version of Xamarin.Android.Support.CustomTabs (on 5/29/2019 this was 27.0.2.1 to match my Xamarin.Android.Support.v7.AppCompat) to all projects (I'm on 1.6.0.4). Now when you compile it it should not give you a version conflict!

ProgrammingLinks/AndroidDevelopment/FixingXamarinAuthVersionConflict (last edited 2019-05-29 14:55:12 by scot)