You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all classes and methods from androidx.test.runner.screenshot are deprecated. Current solution require usage of the new api from androidx.test.espresso.screenshot and saving files with androidx.test.services.storage.TestStorage which resolve some issues with external storage on API 32+:
Right now all classes and methods from
androidx.test.runner.screenshot
are deprecated. Current solution require usage of the new api fromandroidx.test.espresso.screenshot
and saving files withandroidx.test.services.storage.TestStorage
which resolve some issues with external storage on API 32+:Using this method unfortunately show error on dashboard (probably screenshoot cannot be extracted from the device):

Edit
Currently only working solution for Android Q and above is to use ContentProvider for storing screenshots in downloads
The text was updated successfully, but these errors were encountered: