Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Artifact used (ex. androidx.appcompat:appcompat:1.0.0-alpha1): androidx.test.espresso:espresso-contrib Version used: 3.4.0 Theme used: n/a Devices/Android versions reproduced on: n/a
androidx.test.espresso:espresso-contrib:3.4.0
pulls in:com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:3.1
which pulls in:org.checkerframework:checker:3.1.1
which embeds JDK11 source (.java) filesThis was apparently fixed in a later version of the checker framework which in turn was pulled in by
com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:3.1.2
.Please update the espresso-contrib library to pull in this new transitive dependency version as the source files contained within are accounting for over 30% of our test APKs' size, which due to https://issuetracker.google.com/issues/225320050 is causing a full test run to require over 10GB of emulator storage space(!). Fixing this will help reduce test APK size which will buy us a little more runway until the aforementioned issue is fixed.