Matthew Leibowitz
Matthew Leibowitz
This PR will get us to the happy place: https://github.com/mono/SkiaSharp/pull/2630
Now that we have https://github.com/mono/SkiaSharp.Extended/pull/277, I think we can finally do this! FYI I also see there is a new file format dotLottie: https://dotlottie.io/
This same thing happens when you have a net8 SDK installed and you build for net7. Is there any hacks we can do to make it work for now?
I ran the install manually and this is the error... Maybe it is my M1?
I was testing on a cleanish macbook... Not sure if there is more logs to get to help? Or is this basically a case of me just needing to wipe...
We could use `adb shell getprop sys.boot_completed` (or `dev.bootcomplete`) and see if it is done. https://github.com/cake-contrib/Cake.Android.Adb/blob/85c37d0026ec9e924ccd5950827cfaf07fe9d7d8/src/Cake.Android.Adb/Aliases/AdbAliases.cs#L337
For future us to find the OS issues: * https://dev.azure.com/microsoft/OS/_workitems/edit/50160968 * https://dev.azure.com/microsoft/OS/_workitems/edit/49055767
I am reopening this as I think the way we do size "indication" might be incorrect. In my sample, I have a `ContentView` with some things in it, however the...
For now, I created this wrapper view that I can use to redirect things to the intrinsic content size. Not sure how well this works generally since all I am...