jesswrd
jesswrd
@matanlurey Do you think this is related to the work you had to do to support Impeller?
Just reuploaded all Java packages (was using Oracle JDK and not OpenJDK). There is no associated PR because the targets on CI are using the same tag name. The only...
The robolectric version that supports SDK 36 has not been released: https://github.com/robolectric/robolectric/releases/
It looks like robolectric in engine is on 4.14 [here](https://github.com/flutter/engine/pull/56732). I think robolectric needs to be updated in a bunch of packages. In framework, it looks like lockfiles have to...
After investigation in Android Code Search, there doesn't seem to be any api deprecations that will affect Virtual Display. However, there is an issue where emulators on Android 16 do...
There are no API 36 physical devices available yet. Checked by running `gcloud firebase test android models list`
If I can successfully bump to SDK 36 in packages CI, then this issue will be resolved: https://github.com/flutter/flutter/issues/137083
@reidbaker Looking into this now. It could be because Robolectric has not released a version that supports SDK 36 yet: https://github.com/robolectric/robolectric/releases/
yes 36 mb
@reidbaker and I paired on this. It turns out the variant `./testing/run_tests.py --type java` relies on was not recently built or used. After rebuilding `android_debug_unopt` and running `./testing/run_tests.py --type java...