xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Android] Create Android Q binaries and run all UI Tests against Android Q project #7169

Open PureWeen opened 5 years ago

PureWeen commented 5 years ago

Description

Now with multi target support coming to 8.3 we should look at changing all our android projects to being proper multi targeted projects.

We need to produce binaries for Monodroid81, Monodroid90, Monodroid100

Here's a branch you can use to run Control Gallery against Android Q

https://github.com/xamarin/Xamarin.Forms/tree/android_q

Current Android Q Issues

KennyDizi commented 5 years ago

thanks @PureWeen !