xharness icon indicating copy to clipboard operation
xharness copied to clipboard

Automatically create and boot Android emulators

Open mattleibow opened this issue 4 years ago • 2 comments
trafficstars

Testing with iOS is so nice in that it creates a custom simulator and boots it up.

It would be awesome if we could get the same for Android.

mattleibow avatar Dec 04 '20 23:12 mattleibow

Just some links to what the v3 of my script is doing: https://github.com/xamarin/Xamarin.Forms/pull/13641

I am making a few assumptions, but these values can all be read from either the APK or the APP files. Hopefully we see this soon, as this makes the scripts a bit yuck.

mattleibow avatar Feb 04 '21 00:02 mattleibow

Just linking some code that I did a while back on basically doing all this. Might have been a bit over-engineered, but still did the job: https://github.com/mattleibow/dotnet-devices

mattleibow avatar Feb 25 '21 01:02 mattleibow